# 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 = "etherage" version = "0.5.0" authors = [ "Jimy Byerley ", "CendreQuasar540", ] description = "An EtherCAT master in pure-Rust very close to the ethercat nature" readme = "readme.md" keywords = [ "ethercat", "ethernet", "realtime", "motion-control", "fieldbus", ] categories = [ "science::robotics", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jimy-byerley/etherage" resolver = "2" [dependencies.bilge] version = "^0.2" [dependencies.futures] version = "^0.3" [dependencies.futures-concurrency] version = "^7.4" [dependencies.heapless] version = "^0.7.16" [dependencies.ioprio] version = "^0.2.0" [dependencies.log] version = "^0.4.17" [dependencies.packed_struct] version = "^0.10.0" default-features = false [dependencies.tokio] version = "^1.36" features = [ "sync", "rt", ] [dependencies.tokio-timerfd] version = "^0.2" [dev-dependencies.env_logger] version = "^0.10.0" [dev-dependencies.tokio] version = "^1.36" features = [ "macros", "time", "rt-multi-thread", ] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "^0.2.134" [target."cfg(target_os = \"linux\")".dependencies.thread-priority] version = "^1.1"