# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "extrude-licenses" version = "1.0.0" authors = ["USAGI.NETWORK / Usagi Ito "] description = "This is a extruder(≈ a formatter with a user template) for licenses of a Rust and Node.js project." documentation = "https://docs.rs/extrude-licenses" readme = "README.md" keywords = ["license", "template", "formatter", "cargo-toml", "package-json"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/usagi/extrude-licenses" [dependencies.clap] version = "2.33.3" [dependencies.regex] version = "1.3.9" [dependencies.serde] version = "1.0.116" features = ["derive"] [dependencies.serde_derive] version = "1.0.116" [dependencies.serde_json] version = "1.0.58"