# 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 = "2018" name = "x328-proto" version = "0.2.0" authors = ["Lukas Sandström "] description = "Sans-io implementation of the X3.28 field bus protocol." documentation = "https://docs.rs/x328-proto/" readme = "README.md" keywords = [ "x328", "protocol", "sans-io", ] categories = [ "encoding", "network-programming", "parser-implementations", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cth-oso/rust-x328-proto" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.0" default-features = false [dependencies.snafu] version = "0.7.1" features = ["rust_1_46"] default-features = false [dev-dependencies.anyhow] version = "1.0.60" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.serialport] version = "4.2.0" [features] default = ["std"] std = ["snafu/std"]