# 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 = "crypto-auditing-log-parser" version = "0.2.3" authors = ["The crypto-auditing developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event log parser for crypto-auditing project" readme = "README.md" license = "GPL-3.0-or-later" [[bin]] name = "crypto-auditing-log-parser" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] [dependencies.crypto-auditing] version = "=0.2.3" [dependencies.hex] version = "0.4" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_cbor] version = "0.11" [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3" features = ["hex"]