# 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 = "usnrs" version = "0.2.0" authors = ["Airbus CERT "] description = "A tool and library to parse USN Journal files" readme = "README.md" categories = [ "command-line-utilities", "parser-implementations", ] license = "Apache-2.0" repository = "https://github.com/airbus-cert/usnrs" [lib] name = "usnrs" path = "src/lib.rs" [[bin]] name = "usnrs-cli" path = "src/bin/usnrs-cli.rs" required-features = ["usnrs-cli"] [dependencies.binrw] version = "0.12.0" [dependencies.bitflags] version = "2.4.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] optional = true [dependencies.mft] version = "0.6.1" [features] usnrs-cli = ["clap"]