# 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 = "canopen-tokio" version = "0.0.1-alpha2" description = "low level CANopen for tokio" documentation = "https://docs.rs/canopen-socket" keywords = [ "CANopen", "CAN", "fieldbus", "CANbus", "network", ] categories = [ "os", "hardware-support", "network-programming", "science::robotics", ] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/can-socket-rs/tree/main/can-socket" [dependencies.can-socket] version = "0.1.4" features = ["tokio"] [dependencies.log] version = "0.4.20" [dependencies.num_enum] version = "0.7.0" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = ["time"] [dev-dependencies.clap] version = "4.4.4" features = ["derive"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]