# 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 = "ucg" version = "0.7.2" authors = ["Jeremy Wall "] build = "bin/build_main.rs" include = ["std/**/*", "src/**/*", "bin/build_main.rs", "Cargo.toml", "Cargo.lock"] description = "A configuration generation grammar." documentation = "https://ucg.marzhillstudios.com" readme = "README.md" keywords = ["compiler", "config"] license = "Apache-2.0" repository = "https://github.com/zaphar/ucg" [profile.bench] opt-level = 0 lto = false codegen-units = 16 debug = true debug-assertions = false rpath = false overflow-checks = false incremental = false [profile.release] debug = true [lib] name = "ucglib" path = "src/lib.rs" bench = false [[bin]] name = "ucg" path = "src/main.rs" [[bench]] name = "parse" path = "src/benches/parse.rs" harness = false [dependencies.abortable_parser] version = "~0.2.3" [dependencies.atty] version = "0.2" [dependencies.base64] version = "0.10.0" [dependencies.clap] version = "~2.26.0" [dependencies.dirs] version = "1.0.4" [dependencies.regex] version = "1" [dependencies.rustyline] version = "4.1.0" [dependencies.serde_json] version = "~1.0.9" [dependencies.serde_yaml] version = "0.8.17" [dependencies.simple-error] version = "0.1" [dependencies.toml] version = "~0.4.8" [dependencies.unicode-segmentation] version = "1.2.1" [dependencies.xml-rs] version = "0.8.0" [dev-dependencies.bencher] version = "~0.1.5" [build-dependencies.dirs] version = "1.0.4" [build-dependencies.walkdir] version = "2.2.7" [features] tracing = []