# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "calamp-rs" version = "0.2.4" authors = ["msi "] include = ["LICENSE*", ".gitignore", "Cargo.toml", "benches/*.rs", "examples/*.rs", "src/**/*", "tests/*.rs"] description = "Parser for the Calamp LMDirect message protocol" homepage = "https://git.sr.ht/~mbsd/calamp-rs" documentation = "https://docs.rs/calamp-rs" readme = "README.md" keywords = ["protocol", "parser", "nom"] categories = ["network-programming", "parser-implementations"] license = "BSD-2-Clause" repository = "https://git.sr.ht/~mbsd/calamp-rs" [[bench]] name = "msg_benchmark" harness = false [dependencies.chrono] version = "0.4.19" features = ["serde"] optional = true [dependencies.log] version = "0.4.14" optional = true [dependencies.nom] version = "6.2.0" [dependencies.serde] version = "1.0.126" features = ["derive"] optional = true [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.criterion] version = "0.3.4"