# 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 = "inlinable_string" version = "0.1.15" authors = ["Nick Fitzgerald "] description = "The `inlinable_string` crate provides the `InlinableString` type -- an owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation -- and the `StringExt` trait which abstracts string operations over both `std::string::String` and `InlinableString` (or even your own custom string type)." documentation = "http://fitzgen.github.io/inlinable_string/inlinable_string/index.html" readme = "./README.md" keywords = ["string", "inline", "inlinable"] license = "Apache-2.0/MIT" repository = "https://github.com/fitzgen/inlinable_string" [dependencies.serde] version = "1" optional = true [dev-dependencies.serde_test] version = "1" [features] nightly = [] no_std = []