# 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 = "iso-tp" version = "0.1.0-alpha.5" description = "Async ISO-TP (ISO 15765-2) implementation for embedded devices" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/matthunz/iso-tp" [package.metadata.docs.rs] all-features = true [dependencies.async-hal] version = "0.1.0-alpha.8" optional = true [dependencies.embedded-hal] version = "0.2.7" optional = true [dependencies.futures] version = "0.3.28" optional = true [dependencies.pin-project-lite] version = "0.2.9" optional = true [dev-dependencies.tokio] version = "1.28.2" features = ["full"] [features] full = [ "socket", "transport", ] socket = [ "async-hal", "embedded-hal", "futures", "pin-project-lite", ] transport = [ "async-hal", "futures", ]