# 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 = "binary-ensemble" version = "0.2.0" authors = ["Peter Rock "] exclude = ["example/"] description = "A CLI tool for working with and compressing ensembles of districting plans" readme = "README.md" license = "MIT" repository = "https://github.com/peterrrock2/binary-ensemble" [lib] name = "ben" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "^4.5.2" features = ["derive"] [dependencies.pcompress] version = "1.0.7" [dependencies.pipe] version = "0.4.0" [dependencies.serde_json] version = "^1.0.107" [dependencies.xz2] version = "0.1.7" [dev-dependencies.lipsum] version = "0.9.1" [dev-dependencies.rand] version = "^0.8.5" [dev-dependencies.rand_chacha] version = "^0.3.1" [dev-dependencies.rand_distr] version = "^0.4.2"