• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "camino"
15version = "1.1.6"
16authors = [
17    "Without Boats <saoirse@without.boats>",
18    "Ashley Williams <ashley666ashley@gmail.com>",
19    "Steve Klabnik <steve@steveklabnik.com>",
20    "Rain <rain@sunshowers.io>",
21]
22exclude = [
23    ".cargo/**/*",
24    ".github/**/*",
25]
26description = "UTF-8 paths"
27documentation = "https://docs.rs/camino"
28readme = "README.md"
29keywords = [
30    "paths",
31    "utf8",
32    "unicode",
33    "filesystem",
34]
35categories = [
36    "development-tools",
37    "filesystem",
38    "os",
39]
40license = "MIT OR Apache-2.0"
41repository = "https://github.com/camino-rs/camino"
42
43[package.metadata.docs.rs]
44all-features = true
45rustdoc-args = ["--cfg=doc_cfg"]
46
47[dependencies.proptest]
48version = "1.0.0"
49optional = true
50
51[dependencies.serde]
52version = "1"
53features = ["derive"]
54optional = true
55
56[dev-dependencies.bincode]
57version = "1"
58
59[dev-dependencies.serde_bytes]
60version = "0.11.8"
61
62[features]
63proptest1 = ["proptest"]
64serde1 = ["serde"]
65