# 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" version = "0.3.1" authors = ["joylei "] description = "rseip - Ethernet/IP (CIP) client in pure Rust" homepage = "https://github.com/Joylei/eip-rs" documentation = "https://docs.rs/crate/rseip/" 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" [package.metadata.docs.rs] all-features = true [profile.bench] lto = "thin" codegen-units = 1 debug = 1 [profile.release] lto = "thin" codegen-units = 1 panic = "abort" [profile.test] debug = 1 [[bench]] name = "bench_read" harness = false [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.rseip-cip] version = "0.2" default-features = false [dependencies.rseip-core] version = "0.1" features = ["cip"] default-features = false [dependencies.rseip-eip] version = "0.2" default-features = false [dependencies.smallvec] version = "1" [dependencies.tokio] version = "1" features = [ "net", "io-util", ] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.criterion] version = "0.3" features = [ "async_futures", "async_tokio", "cargo_bench_support", ] [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", "sync", "macros", ] default-features = false [features] default = [ "inlinable-string", "error-explain", ] error-explain = [ "rseip-cip/error-explain", "rseip-eip/error-explain", ] inlinable-string = [ "rseip-cip/inlinable-string", "rseip-eip/inlinable-string", ] [badges.maintenance] status = "passively-maintained"