# 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.60" name = "someip_parse" version = "0.6.2" authors = ["Julian Schmid "] build = false exclude = [ ".gitignore", ".github/*", ".gitlab-ci.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for parsing the SOME/IP network protocol (without payload interpretation)." readme = "README.md" keywords = [ "someip", "autosar", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JulianSchmid/someip-parse-rs" [lib] name = "someip_parse" path = "src/lib.rs" [[example]] name = "count_messages_by_id" path = "examples/count_messages_by_id.rs" [[example]] name = "print_messages" path = "examples/print_messages.rs" [dependencies] [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.etherparse] version = "0.13.0" [dev-dependencies.proptest] version = "1.3.1" [dev-dependencies.rpcap] version = "1.0.0"