blob: 05592847ed8555dd358468711dd46d1aaa9b09b3 [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]
edition = "2018"
name = "camino"
version = "1.0.5"
authors = ["Without Boats <saoirse@without.boats>", "Ashley Williams <ashley666ashley@gmail.com>", "Steve Klabnik <steve@steveklabnik.com>", "Rain <rain@sunshowers.io>"]
exclude = [".cargo/**/*", ".github/**/*"]
description = "UTF-8 paths"
documentation = "https://docs.rs/camino"
readme = "README.md"
keywords = ["paths", "utf8", "unicode", "filesystem"]
categories = ["development-tools", "filesystem", "os"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/withoutboats/camino"
[package.metadata.docs.rs]
all-features = true
[[example]]
name = "serde"
required-features = ["serde1"]
[dependencies.serde]
version = "1"
features = ["derive"]
optional = true
[dev-dependencies.anyhow]
version = "1.0.38"
[dev-dependencies.serde_json]
version = "1.0.62"
[dev-dependencies.structopt]
version = "0.3.21"
[features]
serde1 = ["serde"]