# 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 = "rseip-cip" version = "0.2.1" authors = ["joylei "] description = "common industry protocol for rseip" homepage = "https://github.com/Joylei/eip-rs" documentation = "https://docs.rs/crate/rseip-cip/" readme = "README.md" keywords = [ "ethernet", "codec", "industry", "eip", "cip", ] categories = [ "asynchronous", "hardware-support", ] license = "MIT" repository = "https://github.com/Joylei/eip-rs.git" resolver = "2" [dependencies.async-trait] version = "0.1" [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1" [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.rseip-core] version = "0.1" features = ["cip"] default-features = false [dependencies.smallvec] version = "1" [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.tokio-util] version = "0.7" features = [ "codec", "net", ] [features] default = [ "inlinable-string", "error-explain", ] error-explain = [] inlinable-string = ["rseip-core/feat-inlinable-string"]