# 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 = "locustdb-compression-utils" version = "0.2.0" description = "Utilities for compressing and decompressing sequences used in LocustDB." readme = "README.md" license-file = "LICENSE" [profile.dev] debug = 2 [profile.release] debug = 2 [dependencies.bitbuffer] version = "0.10" [dependencies.log] version = "0.4" [dependencies.pco] version = "0.2.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"]