# 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 = "fcsd" version = "0.2.0" authors = ["Shunsuke Kanda (kampersanda) "] description = "Front-coding string dictionary." homepage = "https://github.com/kampersanda/fcsd" documentation = "https://docs.rs/fcsd" readme = "README.md" keywords = ["string", "index", "dictionary", "compression"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/kampersanda/fcsd" [dependencies.anyhow] version = "1.0" [dependencies.byteorder] version = "1.4.3" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.rand_chacha] version = "0.3.1"