# 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 = "stroka" version = "1.0.0-beta.5" authors = ["Douman "] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Small String optimization" readme = "README.md" keywords = [ "string", "str", ] license = "BSL-1.0" repository = "https://github.com/DoumanAsh/stroka" [package.metadata.docs.rs] features = [ "std", "serde", ] [lib] name = "stroka" path = "src/lib.rs" [[test]] name = "mut" path = "tests/mut.rs" [[test]] name = "size" path = "tests/size.rs" [[test]] name = "str" path = "tests/str.rs" [[test]] name = "utf16" path = "tests/utf16.rs" [dependencies.minivec] version = "0.5" default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dependencies.str-buf] version = "3.0.1" default-features = false [features] std = []