# 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 = "snoop" version = "1.0.1" authors = ["ripx80"] exclude = [ "tests", ".github", "flake.nix", "doc", "flake.lock", ] description = "snoop packet format parser reader and writer" homepage = "https://github.com/ripx80/snoop-rs" documentation = "https://docs.rs/snoop" readme = "README.md" keywords = [ "packet", "snoop", "parse", "read", "write", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/ripx80/snoop-rs" [profile.dev] debug = 0 incremental = true strip = "debuginfo" [profile.profiling] debug = 2 inherits = "release" [profile.release] panic = "abort" strip = "debuginfo" [[example]] name = "read" required-features = ["read"] [[example]] name = "write" required-features = [ "read", "write", ] [[example]] name = "stream" required-features = ["read"] [[example]] name = "bulk" required-features = ["read"] [[example]] name = "bulk_ref" required-features = ["read"] [[example]] name = "bulk_buf" required-features = ["read"] [dependencies] [features] default = ["parse"] full = [ "read", "write", ] parse = [] read = [] write = []