# 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 = "lz-str" version = "0.2.1" authors = ["adumbidiot "] exclude = [ "scripts/*", "js-test/*", ".github/*", "Makefile", "deny.toml", "bindings", "fuzz/*", "test_data/*", ] description = "A port of lz-string to Rust" homepage = "https://github.com/adumbidiot/lz-str-rs" readme = "README.md" keywords = [ "lz-string", "compression", ] categories = ["compression"] license = "MIT OR Apache-2.0" repository = "https://github.com/adumbidiot/lz-str-rs" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 strip = "symbols" [[bench]] name = "compress" harness = false [[bench]] name = "decompress" harness = false [dependencies.rustc-hash] version = "1.1.0" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.rand] version = "0.8.3" [features] nightly = ["criterion/real_blackbox"]