# 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" name = "ecdna-lib" version = "3.0.2" description = "The ecDNA distribution for the evolutionary of extra-chromosomal DNA (ecDNA)" license = "Apache-2.0 OR MIT" repository = "https://github.com/fraterenz/ecdna-lib" [[bench]] name = "stats" harness = false [dependencies.anyhow] version = "1.0" [dependencies.csv] version = "1.1" [dependencies.derive_builder] version = "0.12" [dependencies.hdrhistogram] version = "7.5.2" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_chacha] version = "0.3.1" [dependencies.rand_distr] version = "0.4.0" [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"