blob: 9a89df5dba8805837b9fc9306eb7998e70d88a94 [file] [log] [blame]
# 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.1.3"
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.1.3/string/"
readme = "README.md"
keywords = ["string"]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/carllerche/string"
[dependencies]
[badges.travis-ci]
branch = "master"
repository = "carllerche/string"