[package] name = "string" # When releasing to crates.io: # - Update html_root_url. # - Update CHANGELOG.md. # - Update README.md. # - Update doc URL. # - Create "v0.3.x" git tag. version = "0.3.1" license = "MIT" authors = ["Carl Lerche "] description = "A UTF-8 encoded string with configurable byte storage." documentation = "https://docs.rs/string/0.3.1/string/" homepage = "https://github.com/carllerche/string" repository = "https://github.com/carllerche/string" readme = "README.md" keywords = ["string"] categories = ["data-structures"] edition = "2018" [features] default = ["bytes"] valuable = ["inspect"] [badges.travis-ci] repository = "carllerche/string" branch = "master" [dependencies] bytes = { version = "1", optional = true } inspect = { version = "0.1", optional = true }