# 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 = "caramel-client" version = "1.0.0" authors = ["D.S. Ljungmark "] exclude = ["build.mk", "Makefile*", "Dockerfile*", ".dockerignore", ".cargo-cross-config", "TESTcommands.sh", ".gitlab*", ".gitignore"] description = "A caramel client, to generate keys, requests and fetch updated certificates from a caramel server" homepage = "https://modioab.gitlab.io/caramel-client-rs/" readme = "README.md" keywords = ["caramel", "csr", "certificate", "tls", "openssl"] categories = ["command-line-utilities", "cryptography", "authentication"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/ModioAB/caramel-client-rs" [[bin]] name = "caramel-client-rs" path = "src/caramel-client.rs" [dependencies.curl] version = "0.4" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.7" [dependencies.sha2] version = "0.9" [dependencies.simple_logger] version = "1.6" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.test-env-log] version = "0.2" [dev-dependencies.tracing-subscriber] version = "0.2" features = ["chrono", "env-filter", "fmt"]