# 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-core" version = "0.1.3" authors = ["joylei "] description = "core module for rseip" homepage = "https://github.com/Joylei/eip-rs" documentation = "https://docs.rs/crate/rseip-core/" 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" optional = true [dependencies.bytes] version = "1" [dependencies.inlinable_string] version = "^0.1.14" optional = true [dependencies.smallvec] version = "1" [features] cip = ["byteorder"] default = [ "feat-inlinable-string", "cip", ] feat-inlinable-string = ["inlinable_string"]