# 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.56" name = "cpp-amalgamate" version = "1.0.1" authors = ["David Stangl "] description = """ cpp-amalgamate recursively combines C++ source files and the headers they include into a single output file. """ homepage = "https://github.com/Felerius/cpp-amalgamate" documentation = "https://github.com/Felerius/cpp-amalgamate" keywords = [ "cpp", "amalgamation", "competitive", "programming", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/Felerius/cpp-amalgamate" resolver = "2" [dependencies.anyhow] version = "1.0.57" [dependencies.clap] version = "3.1.18" features = [ "derive", "wrap_help", ] [dependencies.env_logger] version = "0.9.0" [dependencies.globset] version = "0.4.8" [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.17" features = ["std"] [dependencies.regex] version = "1.5.6" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.once_cell] version = "1.12.0" [dev-dependencies.predicates] version = "2.1.1"