# 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 = "sourcegear-bridge-cargo" version = "0.5.0" description = "Cargo subcommand for SourceGear Bridge, a binding generator for .NET" homepage = "https://github.com/sourcegear/bridge-info" readme = "README.md" keywords = ["dotnet"] categories = [ "command-line-utilities", "development-tools::cargo-plugins", "development-tools::ffi", ] license-file = "LICENSE.txt" [[bin]] name = "cargo-sgbridge" path = "src/cargo-sgbridge.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.0" features = ["derive"]