# 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 = "obelix" version = "0.2.0" authors = ["Martin Carton "] description = "Obélix is a tool to reduce Rust source files to produce MVEs" readme = "README.md" categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mcarton/obelix/-/edit/master/" [[bin]] name = "obelix" required-features = ["bin"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.clap] version = "2.33" optional = true [dependencies.once_cell] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.18" features = ["span-locations"] [dependencies.quote] version = "1.0.7" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.syn] version = "1.0.31" features = ["extra-traits", "fold", "full", "parsing", "printing"] default-features = false [features] bin = ["anyhow", "clap"] default = ["bin"] [badges.gitlab] repository = "mcarton/obelix"