Cargo Features
smiles-parser has no features set by default.
[dependencies]
smiles-parser = { version = "0.4.1", features = ["graph"] }
- graph = derive_more, itertools, petgraph
-
Affects
smiles-parser::graph
…
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.
- derive_more graph?
-
Enables derive_more ^0.99.0
- itertools graph?
-
Enables itertools ^0.9.0
- petgraph graph?
-
Enables petgraph ^0.5.0