Cargo Features

[dependencies]
crystal-cif-io = { version = "0.1.1", default-features = false, features = ["chemrust-core", "indexmap"] }
default = chemrust-core

The chemrust-core feature is set by default whenever crystal-cif-io is added without default-features = false somewhere in the dependency tree.

chemrust-core default

Enables chemrust-core, crystallographic-group, and nalgebra

Affects atom_site::chemrust_impl, cell::chemrust_impl, space_group::chemrust_impl, grammar::chemrust_impl

Features from optional dependencies

indexmap implicit feature

Enables indexmap

indexmap:

A hash table with consistent order and fast iteration