Cargo Features
core-dev has no features set by default.
[dependencies]
core-dev = { version = "0.0.1", features = ["all", "synh", "shell", "weather", "traits", "icons", "core", "datetime", "algorithms", "pathlib", "stringlib", "random", "aesthetics", "spinners", "time", "terminal", "image", "linuxapi", "audio", "examples", "email", "doc-comment", "default-args", "bincode", "rodio", "xdg-utils", "open", "crossterm", "log"] }
- all = aesthetics, algorithms, audio, core, datetime, email, examples, icons, pathlib, random, shell, spinners, stringlib, synh, terminal, time, traits
- synh all? = syntect
-
Affects
core-dev::synh
… - shell all?
-
Affects
core-dev::shell
… - weather = openweathermap
-
Affects
core-dev::weather
… - traits all? datetime?
-
Affects
core-dev::traits
… - icons all?
-
Affects
core-dev::icons
… - core all? = clipboard-ext, ctrlc
-
Affects
core-dev::core
… - datetime all? = chrono, lazy_static, traits, tz-rs, tzdb
-
Affects
core-dev::datetime
… - algorithms all?
-
Affects
core-dev::algorithms
… - pathlib all? = globwalk
-
Affects
core-dev::pathlib
… - stringlib all? = pad
-
Affects
core-dev::stringlib
… - random all? = rand
-
Affects
core-dev::random
… - aesthetics all? = ansi-hex-color, ansi_term, hex_color, paste, reqwest
-
Affects
core-dev::aesthetics
… - spinners all? = ansi-hex-color, ansi_term, color-backtrace, hex_color
-
Affects
core-dev::spinners
… - time all?
- terminal all? = ansi_term, color-backtrace, pad, termion
-
Affects
core-dev::terminal
… - image
-
Enables image ^0.24.1
Affects
core-dev::imagelib
… - linuxapi
-
Enables image ^0.24.1 and notify-rust
Affects
core-dev::linuxapi
… - audio all? = soloud
-
Affects
core-dev::audio
… - examples all? = color-eyre, string_template
- email all? = lettre
-
Affects
core-dev::email
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- reqwest aesthetics?
-
Enables reqwest ^0.11.9
- doc-comment implicit feature
-
Enables doc-comment
doc-comment:
Macro to generate doc comments
- default-args implicit feature
-
Enables default-args
default-args:
zero-cost default arguments in rust
- globwalk pathlib?
-
Enables globwalk ^0.8.1
- color-backtrace spinners? terminal?
-
Enables color-backtrace ^0.5.1
- color-eyre examples?
- ansi_term aesthetics? spinners? terminal?
- ansi-hex-color aesthetics? spinners?
- hex_color aesthetics? spinners?
-
Enables hex_color ^1.0.0
- rand random?
- bincode implicit feature
- string_template examples?
- rodio implicit feature
-
Enables rodio ^0.15.0
rodio:
Audio playback library
- chrono datetime?
-
Enables chrono
datetime
- tz-rs datetime?
-
Enables tz-rs ^0.6.7
- tzdb datetime?
-
Enables tzdb ^0.2.0
- ctrlc core?
- lazy_static datetime?
- xdg-utils implicit feature
- open implicit feature
-
Enables open ^2.1.1
open:
Open a path or URL using the program configured on the system
- clipboard-ext core?
- soloud audio?
- syntect synh?
-
Enables syntect ^4.6.0
- crossterm implicit feature
-
Enables crossterm ^0.23.2
crossterm:
A crossplatform terminal library for manipulating terminals
- termion terminal?
-
Enables termion ^1.5.6
- pad stringlib? terminal?
- openweathermap weather?
- log implicit feature
-
Enables log
log:
A lightweight logging facade for Rust
- paste aesthetics?
- lettre email?
-
Enables lettre ^0.10.0