# 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 = "isotp-rs" version = "0.2.1" authors = ["zhuyu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "ISO-TP trait define." homepage = "https://github.com/zhuyu4839/isotp-rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zhuyu4839/isotp-rs" [lib] name = "isotp_rs" path = "src/lib.rs" [dependencies.bitfield-struct] version = "0.9" optional = true [dependencies.bitflags] version = "2" [dependencies.hex] version = "0.4" [dependencies.log] version = "0" [dependencies.paste] version = "1" optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", ] optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.hex-literal] version = "0.4" [features] async = [] can-fd = [] default = ["std2004"] j1939 = [ "bitfield-struct", "paste", ] std2004 = [] std2016 = []