# 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" rust-version = "1.75.0" name = "cheetah-string" version = "0.1.6" authors = ["mxsm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A lightweight, high-performance string manipulation library optimized for speed-sensitive applications """ homepage = "https://github.com/mxsm/cheetah-string" readme = "README.md" keywords = [ "fast", "fast-string", "bytes", "rust", "rocketmq-rust", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/mxsm/cheetah-string" [lib] name = "cheetah_string" path = "src/lib.rs" [[bench]] name = "cheetah" path = "benches/cheetah.rs" harness = false [dependencies.bytes] version = "1.8.0" [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] bytes = [] default = ["std"] serde = ["serde/alloc"] std = []