# 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.74" name = "byteview" version = "0.2.0" build = false include = [ "src/**/*", "LICENSE-APACHE", "LICENSE-MIT", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Thin, immutable zero-copy slice type" readme = "README.md" keywords = [ "german-string", "string-view", "byte-slice", ] categories = ["data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/marvin-j97/byteview" [lib] name = "byteview" path = "src/lib.rs" [dependencies.serde] version = "1.0.208" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.nanoid] version = "0.4.0" [dev-dependencies.rand] version = "0.8.5" [features] default = [] serde = ["dep:serde"]