# 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 = "fast-smaz" version = "0.1.0" description = "Pure Rust SMAZ compression implementation" homepage = "https://gitlab.com/Kores/fast-smaz" documentation = "https://docs.rs/fast-smaz/" readme = "README.md" keywords = [ "smaz", "string", "string-compression", ] categories = ["compression"] license = "MIT" repository = "https://gitlab.com/Kores/fast-smaz" resolver = "2" [[bench]] name = "smaz" harness = false [[bench]] name = "smaz_iai" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.iai] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.2.1" [dev-dependencies.smaz] version = "0.1.0" [features] custom-cookbook = [] default = []