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