# 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.64.0" name = "biocommons-bioutils" version = "0.1.4" authors = ["Manuel Holtgrewe "] description = "(Partial) port of biocommons/bioutils to Rust" homepage = "https://github.com/bihealth/bioutils-rs" readme = "README.md" license = "Apache-2.0" [lib] name = "biocommons_bioutils" path = "src/lib.rs" [dependencies.enum-map] version = "2.4" [dependencies.flate2] version = "1.0" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.insta] version = "1.34.0" features = ["yaml"] [dev-dependencies.pretty_assertions] version = "1.3"