# 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 = "2018" name = "cargo-hdk" version = "0.2.6" authors = ["Egor Larionov "] description = "Cargo subcommand for building Houdini plugins." homepage = "https://github.com/elrnv/cargo-hdk" documentation = "https://github.com/elrnv/cargo-hdk" readme = "README.md" keywords = [ "Houdini", "HDK", "plugin", ] license = "MIT OR Apache-2.0" repository = "https://github.com/elrnv/cargo-hdk" [dependencies.anyhow] version = "1" [dependencies.cargo_metadata] version = "0.15" [dependencies.clap] version = "3" [dependencies.clap-verbosity-flag] version = "1" [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.terminal_size] version = "0.2" [dev-dependencies.assert_cmd] version = "2.0"