# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.60.0" name = "demes" version = "0.6.0" build = "build.rs" description = "rust implementation of demes specification" homepage = "https://github.com/molpopgen/demes-rs" readme = "README.md" license = "MIT" repository = "https://github.com/molpopgen/demes-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg", ] [lib] crate-type = [ "lib", "staticlib", ] [[example]] name = "iterate_graph_detail" [[example]] name = "iterate_graph" [dependencies.regex] version = "~1" features = [ "std", "unicode-perl", ] default-features = false [dependencies.serde] version = "~1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.114" features = ["float_roundtrip"] optional = true [dependencies.serde_yaml] version = "~0.9" [dependencies.thiserror] version = "~1" [dev-dependencies.anyhow] version = "~1" [features] ffi = [] json = ["serde_json"]