Documentation
[dependencies.proptest]
optional = true
version = "1.0.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.serde_bytes]
version = "0.11.8"

[features]
proptest1 = ["proptest"]
serde1 = ["serde"]

[package]
authors = ["Without Boats <saoirse@without.boats>", "Ashley Williams <ashley666ashley@gmail.com>", "Steve Klabnik <steve@steveklabnik.com>", "Rain <rain@sunshowers.io>"]
categories = ["development-tools", "filesystem", "os"]
description = "UTF-8 paths"
documentation = "https://docs.rs/camino"
edition = "2018"
exclude = [".cargo/**/*", ".github/**/*"]
keywords = ["paths", "utf8", "unicode", "filesystem"]
license = "MIT OR Apache-2.0"
name = "camino"
readme = "README.md"
repository = "https://github.com/camino-rs/camino"
rust-version = "1.34.0"
version = "1.1.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=doc_cfg"]