# 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-acap" version = "0.1.2" authors = ["Will Glynn "] description = "A tool to build Rust programs for the AXIS Camera Application Platform." readme = "README.md" keywords = [ "axis", "acap", ] license = "MIT OR Apache-2.0" repository = "https://github.com/trunnion/cargo-acap/" [dependencies.cargo] version = "0.62" [dependencies.clap] version = "3.2" features = [ "derive", "suggestions", ] [dependencies.deflate] version = "1.0" features = ["gzip"] [dependencies.rand] version = "0.8" [dependencies.semver] version = "1.0" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tar] version = "0.4" [dependencies.toml] version = "0.5" [dependencies.url] version = "2.2" [target."cfg(not(windows))".dependencies.libc] version = "0.2"