# 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 = "ca_injector" version = "0.1.2" authors = ["Erik Hollensbe ", "Adam Ierymenko "] description = "Inject CAs into trust stores; port of mkcert to a library." homepage = "https://github.com/zerotier/ca_injector" readme = "README.md" keywords = ["tls", "certificate", "zerotier"] license = "BSD-3-Clause" repository = "https://github.com/zerotier/ca_injector" resolver = "2" [dependencies.anyhow] version = "^1" [dependencies.glob] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.tempfile] version = "^3.3.0" [dependencies.which] version = "^4" [dev-dependencies.coyote] version = ">=0" [dev-dependencies.env_logger] version = ">=0" [dev-dependencies.openssl] version = ">=0" [dev-dependencies.tempdir] version = ">=0"