# 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" name = "cpp-deps-cli" version = "0.0.0" authors = ["silvanshade "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool for processing p1689 C++ modules dependency files" readme = "README.md" keywords = [ "C++", "p1689", "modules", "build", "dependencies", ] categories = [ "compilers", "configuration", "development-tools", ] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/silvanshade/cpp-deps" [[bin]] name = "cpp-deps-cli" path = "src/main.rs" [dependencies]