# 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 = "pn-dcp" version = "0.3.0" description = "Aim to quickly parsing and splicing pn-dcp packet" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/fengqi2019/pn-dcp" resolver = "1" [dependencies.anyhow] version = "1.0.51" [dependencies.bytes] version = "1.1.0" [dependencies.pn-dcp-macro] version = "0.1.0" [dependencies.pnet] version = "0.34.0" features = ["std"]