string 0.2.1

A UTF-8 encoded string with configurable byte storage.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "string"
version = "0.2.1"
authors = ["Carl Lerche <me@carllerche.com>"]
description = "A UTF-8 encoded string with configurable byte storage."
homepage = "https://github.com/carllerche/string"
documentation = "https://docs.rs/string/0.2.1/string/"
readme = "README.md"
keywords = ["string"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/carllerche/string"
[dependencies.bytes]
version = "0.4"
optional = true

[features]
default = ["bytes"]
[badges.travis-ci]
branch = "master"
repository = "carllerche/string"