# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.81" name = "baldr" version = "0.2.1" authors = ["Gábor Krisztián Girhiny "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convenience tool for building and running C++ code." homepage = "https://github.com/ystre/baldr" documentation = "http://docs.rs/baldr/" readme = "README.md" keywords = [ "cli", "cpp", "build", "tool", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/ystre/baldr.git" [lib] name = "baldr" path = "src/lib.rs" [[bin]] name = "baldr" path = "src/main.rs" [[test]] name = "reg-test" path = "tests/reg-test.rs" [[test]] name = "reg-test-cc-symlink" path = "tests/reg-test-cc-symlink.rs" [[test]] name = "reg-test-configure-failure" path = "tests/reg-test-configure-failure.rs" [[test]] name = "reg-test-errors" path = "tests/reg-test-errors.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.config] version = "0.14.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.16" features = [ "color", "color-auto", ] [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [lints.clippy] ignored_unit_patterns = "warn" manual_string_new = "warn" missing_errors_doc = "warn" missing_panics_doc = "warn" single_match_else = "warn" uninlined_format_args = "warn" unwrap_used = "warn"