# 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 = "zlgcan_driver" version = "3.0.0-rc2" authors = ["zhuyu "] description = "A ZLGCAN driver with rust." homepage = "https://github.com/zhuyu4839/zlgcan-driver-rs" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zhuyu4839/zlgcan-driver-rs" [dependencies.can-type-rs] version = "1.0.6" [dependencies.dlopen2] version = "0.7" [dependencies.dotenvy] version = "0.15" [dependencies.isotp-rs] version = "0.1.4" [dependencies.log] version = "0.4" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "time", ] optional = true [dependencies.zlgcan_common] version = "3.0.0-rc" [dev-dependencies.anyhow] version = "1" [dev-dependencies.rand] version = "0.8.5" [features] async = [ "tokio", "isotp-rs/async", "can-type-rs/async", ] default = ["async"]