# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "cad97-prelude" version = "0.2.0" authors = ["Christopher Durham "] description = "A collection of common imports -- std and crate" license = "MIT" [lib] name = "prelude" path = "src/lib.rs" [dependencies.derive_deref] version = "1" [dependencies.derive_more] version = "0.11" [dependencies.itertools] version = "0.7" [dependencies.lazy_static] version = "1" [dependencies.noisy_float] version = "0.1" features = ["serde-1"] [dependencies.rand] version = "0.5" features = ["serde1"] [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.ron] version = "0.3" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1"