# 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 = "string" version = "0.3.1" authors = ["Carl Lerche "] description = "A UTF-8 encoded string with configurable byte storage." homepage = "https://github.com/carllerche/string" documentation = "https://docs.rs/string/0.3.1/string/" readme = "README.md" keywords = ["string"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/carllerche/string" [dependencies.bytes] version = "1" optional = true [dependencies.inspect] version = "0.1" optional = true [features] default = ["bytes"] valuable = ["inspect"] [badges.travis-ci] branch = "master" repository = "carllerche/string"