# 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 = "2018" name = "pcompress" version = "1.0.7" authors = ["Max Fan "] exclude = ["julia/", "python/", "zstd/", "examples/", ".*", "pgo.sh"] description = "Experimental, efficient, and performant binary representation of districting plans" readme = "README.md" keywords = ["redistricting", "compression", "parser"] categories = ["command-line-utilities", "compression", "encoding", "parsing", "science"] license = "MIT" repository = "https://github.com/InnovativeInventor/pcompress" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [dependencies.serde] version = "1.0.127" [dependencies.serde_json] version = "1.0.64" [dependencies.structopt] version = "0.3.21"