Cargo Features
gstuff has no features set by default.
[dependencies]
gstuff = { version = "0.8.17", features = ["nightly", "base62", "base62j", "base91", "rdtsc", "re", "lines", "sqlite", "sync", "indexmap", "inlinable_string", "serde"] }
- nightly
-
Affects
gstuff::base91
,gstuff::rdtsc
… - base62 = num-bigint, num-traits, smallvec
-
Affects
gstuff::base62
… - base62j = smallvec
-
Affects
gstuff::base62j
… - base91 = smallvec
-
Affects
gstuff::base91
… - rdtsc
-
Affects
gstuff::rdtsc
… - re lines? sqlite? = fomat-macros
-
Affects
gstuff::re
,gstuff::ics2ldt
,gstuff::ics2ndt
… - lines sqlite? = memchr, memmap2, re, winapi
-
Affects
gstuff::lines
… - sqlite = chrono, crossterm, fomat-macros, lines, re, reffers, rusqlite, smallvec
-
Affects
lines::sq
,lines::csq
… - sync = fast_rsync, gxhash
-
Affects
lines::sync
…
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.
- chrono sqlite?
-
Affects
gstuff::ldt2ics
,gstuff::dtl2float
,gstuff::short_log_time
,gstuff::ics2ldt
,gstuff::ics2ndt
… - crossterm sqlite?
-
Enables crossterm ^0.27
Affects
gstuff::IsTty
,gstuff::ISATTY
,gstuff::STATUS_LINE_LM
,gstuff::status_line_lm
,gstuff::status_line_lm0
,gstuff::status_line
,gstuff::status_line_clear
,gstuff::with_status_line
,gstuff::short_log_time
… - fast_rsync sync?
- fomat-macros re? sqlite?
- gxhash sync?
- indexmap implicit feature
-
Enables indexmap
indexmap:
A hash table with consistent order and fast iteration
- inlinable_string implicit feature
-
Affects
gstuff::ms2iso8601
… - memchr lines?
- memmap2 lines?
- num-bigint base62?
- num-traits base62?
- reffers sqlite?
- rusqlite sqlite?
-
Enables rusqlite ^0.31
- serde implicit feature
-
Enables serde
serde:
A generic serialization/deserialization framework
- smallvec base62? base62j? base91? sqlite?
- winapi lines?