# 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 = "chademo-rs" version = "0.1.1" authors = ["Rand "] description = "An embedded-hal crate for bi-directional CHAdeMO EV charging based on IEEE Std 2030.1.1-2021" homepage = "https://rand12345.github.io" readme = "README.md" keywords = [ "embedded", "bidirectional", "embedded", "chademo", "charger", ] categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/rand12345/chademo-rs" [dependencies.embedded-can] version = "0.4" optional = true [dependencies.embedded-hal] version = "0.2.7" optional = true [features] default = ["eh0"] eh0 = ["embedded-hal"] eh1 = ["embedded-can"]