# 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 = "profidcp" version = "1.0.3" authors = ["uneidel "] description = "Profinet discovery protocol" readme = "README.md" keywords = [ "profinet", "dcp", ] license = "MIT" repository = "https://github.com/uneidel/profinetdcp" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" incremental = false [dependencies.etherparse] version = "0.14.2" [dependencies.libc] version = "0.2.153" [dependencies.pcap] version = "1.2.0" [dependencies.pnet] version = "0.34.0" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.3"