# 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 = "keyweave" version = "0.3.1" authors = ["Bart van der Braak "] description = "Fetches secrets from Azure Key Vault and weaves them into a convenient .env file" documentation = "https://docs.rs/keyweave" readme = "README.md" keywords = [ "azure", "keyvault", "env", ] license = "GPL-3.0" repository = "https://github.com/bartvdbraak/keyweave/" [dependencies.anyhow] version = "1.0.82" [dependencies.azure_core] version = "0.20.0" [dependencies.azure_identity] version = "0.20.0" [dependencies.azure_security_keyvault] version = "0.20.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.paris] version = "1.5.15" features = ["macros"] [dependencies.tokio] version = "1.37.0" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.serial_test] version = "3.1.0" [target."cfg(all(target_os = \"linux\", any(target_env = \"musl\", target_arch = \"arm\", target_arch = \"aarch64\")))".dependencies.openssl] version = "0.10" features = ["vendored"]