# 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 = "cargo-foobar" version = "1.0.2" authors = ["myyrakle "] exclude = [] include = ["src/*.rs", "Cargo.toml"] description = "foobar" homepage = "https://github.com/myyrakle/cargo-foobar/blob/master/README.md" documentation = "https://github.com/myyrakle/cargo-foobar/blob/master/README.md" readme = "README.md" keywords = ["test"] license = "MIT" repository = "https://github.com/myyrakle/cargo-foobar" [[bin]] name = "cargo-foo" path = "src/foo.rs" required-features = ["foo"] [[bin]] name = "cargo-bar" path = "src/bar.rs" required-features = ["bar"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.structopt] version = "0.3.18" optional = true [features] bar = ["cli"] cli = ["atty", "structopt"] default = ["foo", "bar"] foo = ["cli"]