# 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 = "rust_jarm" version = "0.3.6" authors = ["Hugo-C"] build = false exclude = [".github/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "JARM fingerprinting in native Rust" readme = "README.md" license = "MIT" repository = "https://github.com/Hugo-C/rustJarm" [lib] name = "rust_jarm" path = "src/lib.rs" [[example]] name = "jarm" path = "examples/jarm.rs" [[test]] name = "test_errors" path = "tests/test_errors.rs" [[test]] name = "test_jarm" path = "tests/test_jarm.rs" [dependencies.hex] version = "^0.4" [dependencies.pnet] version = "^0.35" [dependencies.rand] version = "^0.8" [dependencies.sha2] version = "^0.10" [dev-dependencies.rstest] version = "~0.22"