# 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 = "nican" version = "0.1.1-alpha0" authors = ["zhuyu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A Nican driver." homepage = "https://github.com/zhuyu4839/rust-can" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/zhuyu4839/rust-can" [lib] name = "nican" path = "src/lib.rs" [[example]] name = "api" path = "examples/api.rs" [[example]] name = "driver" path = "examples/driver.rs" [[example]] name = "uds" path = "examples/uds.rs" [dependencies.isotp-rs] version = "0.1.8-beta0" [dependencies.log] version = "0" [dependencies.rs-can] version = "0.1.0-alpha0" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.ecu-uds] version = "0.1.0-alpha0" [build-dependencies.bindgen] version = "0.70"