# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ordbog" version = "0.1.0" authors = ["Graydon Hoare "] description = "lossy dictionary codes for accelerated scans" readme = "README.md" keywords = ["compression", "encoding", "dictionary"] license = "MIT OR Apache-2.0" repository = "http://github.com/graydon/ordbog" [dependencies.float-ord] version = "0.3.1" [dev-dependencies.float_next_after] version = "0.1.5" [dev-dependencies.http_req] version = "0.7.2" [dev-dependencies.plotlib] version = "0.5.1" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.rand_distr] version = "0.4.0" [dev-dependencies.zip] version = "0.5.12"