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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "escargot"
15version = "0.5.0"
16authors = ["Ed Page <eopage@gmail.com>"]
17description = "Cargo API written in Paris"
18homepage = "https://github.com/crate-ci/escargot"
19documentation = "http://docs.rs/escargot/"
20readme = "README.md"
21keywords = ["cargo", "packaging"]
22categories = ["development-tools::build-utils"]
23license = "MIT OR Apache-2.0"
24repository = "https://github.com/crate-ci/escargot.git"
25[package.metadata.docs.rs]
26features = ["cargo_unstable", "test_unstable"]
27[dependencies.lazy_static]
28version = "1.1.0"
29
30[dependencies.log]
31version = "0.4"
32
33[dependencies.serde]
34version = "1.0"
35features = ["derive"]
36
37[dependencies.serde_json]
38version = "1.0"
39[dev-dependencies.assert_fs]
40version = "0.11"
41
42[features]
43cargo_unstable = []
44print = []
45strict_unstable = []
46test_unstable = []
47