# 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 = "dlt_parse" version = "0.10.0" authors = ["Julian Schmid "] exclude = [ ".gitignore", ".travis.yml", ".github/*", ".gitlab-ci.yml", ".travis/*", "appveyor.yml", ] description = "A library for parsing the \"Diagnostic Log and Trace\" network protocol (currently without payload interpretation)." readme = "README.md" keywords = [ "dlt", "autosar", ] categories = [ "network-programming", "parser-implementations", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JulianSchmid/dlt-parse-rs" [[example]] name = "pcap2dlt" required-features = ["std"] [[example]] name = "print_dlt_file" required-features = ["std"] [[example]] name = "print_verbose_manual" required-features = ["std"] [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.etherparse] version = "0.13.0" [dev-dependencies.proptest] version = "1.2.0" [dev-dependencies.rpcap] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.structopt] version = "0.3.26" [features] default = ["std"] serde = [ "dep:serde", "arrayvec/serde", ] std = ["arrayvec/std"]