# 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 = "entrust-core" version = "0.1.2" authors = ["hepptho"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "En-/decryption and password store management for entrust" homepage = "https://github.com/hepptho/entrust" readme = "README.md" license = "MIT" repository = "https://github.com/hepptho/entrust" [lib] name = "entrust_core" path = "src/lib.rs" [[test]] name = "resolve_test" path = "tests/resolve_test.rs" [dependencies.anyhow] version = "1.0" [dependencies.entrust-agent] version = "0.1.2" optional = true [dependencies.itertools] version = "0.13" [dependencies.pathdiff] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.walkdir] version = "2.5" [dev-dependencies.tempfile] version = "3.13" [features] agent = ["dep:entrust-agent"]