# 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 = "elf_utils" version = "0.1.4" authors = ["aprchen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "elf_rust utils" readme = "README.md" keywords = ["elf_rust"] license = "MIT" repository = "https://github.com/aprchen/elf_utils" [lib] name = "elf_utils" path = "src/lib.rs" [[bin]] name = "elf-utils" path = "example/main.rs" [dependencies.async-trait] version = "0.1.81" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.38" [dependencies.elf_rust] version = "0.1.3" [dependencies.env_logger] version = "0.11.5" [dependencies.hashicorp_vault] version = "2.1.0" [dependencies.hmac] version = "0.13.0-pre.4" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_derive] version = "1.0.204" [dependencies.serde_json] version = "1.0.120" [dependencies.sha2] version = "0.11.0-pre.4" [dependencies.tokio] version = "1.39.2"