# 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" rust-version = "1.75" name = "packetry" version = "0.4.0" authors = ["Great Scott Gadgets "] build = "src/build.rs" include = [ "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE", "README.md", "src/**/*", "tests/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "packetry" description = "A fast, intuitive USB 2.0 protocol analysis application for use with Cynthion." homepage = "https://github.com/greatscottgadgets/packetry" documentation = "https://packetry.readthedocs.io" readme = "README.md" keywords = [ "cynthion", "luna", "usb", ] categories = ["visualization"] license = "BSD-3-Clause" repository = "https://github.com/greatscottgadgets/packetry" [package.metadata.cargo-all-features] skip_optional_dependencies = true [[bin]] name = "packetry" path = "src/main.rs" [[bin]] name = "packetry-cli" path = "src/cli.rs" [[example]] name = "fuzzer" path = "src/fuzzer.rs" required-features = ["fuzzer"] [dependencies.anyhow] version = "1.0.79" features = ["backtrace"] [dependencies.arc-swap] version = "1.6.0" [dependencies.bitfield] version = "0.14.0" [dependencies.bytemuck] version = "1.14.1" [dependencies.bytemuck_derive] version = "1.5.0" [dependencies.crc] version = "3.2.1" [dependencies.dark-light] version = "1.1.1" [dependencies.derive_more] version = "0.99.17" [dependencies.futures-channel] version = "0.3.21" [dependencies.futures-lite] version = "2.0.1" [dependencies.futures-util] version = "0.3.21" [dependencies.gtk] version = "0.8.0" package = "gtk4" [dependencies.humansize] version = "2.1.3" [dependencies.itertools] version = "0.12.1" [dependencies.lrumap] version = "0.1.0" [dependencies.memmap2] version = "0.9.4" [dependencies.num-format] version = "0.4.4" [dependencies.num_enum] version = "0.7.2" [dependencies.nusb] version = "0.1.10" [dependencies.once_cell] version = "1.19.0" [dependencies.page_size] version = "0.6.0" [dependencies.pcap-file] version = "2.0.0" [dependencies.serde] version = "1.0.196" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.113" optional = true [dependencies.tempfile] version = "3.9.0" [dependencies.usb-ids] version = "1.2024.4" [dev-dependencies.libfuzzer-sys] version = "0.4.7" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_xorshift] version = "0.3.0" [dev-dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.113" [build-dependencies.built] version = "0.7.4" features = [ "cargo-lock", "git2", ] [features] debug-region-map = [] fuzzer = [] record-ui-test = [ "serde", "serde_json", ] step-decoder = [] [target.'cfg(target_os = "macos")'.dev-dependencies.ctor] version = "0.2.8" [target.'cfg(target_os = "macos")'.dev-dependencies.procspawn] version = "1.0.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = ["wincon"]