# 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 = "dd-rust-license-tool" version = "1.0.3" authors = ["Datadog, Inc."] description = "A tool for creating the `LICENSE-3rdparty.csv` file for DataDog open-source Rust projects." homepage = "https://github.com/DataDog/rust-license-tool" readme = "README.md" keywords = [ "datadog", "license", "3rdparty", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/DataDog/rust-license-tool" [profile.release] strip = true [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.18" [dependencies.clap] version = "4.5.4" features = [ "derive", "std", "help", ] default-features = false [dependencies.csv] version = "1.3.0" [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.8" [dependencies.url] version = "2.5.0"