# 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" rust-version = "1.82" name = "semi_e37" version = "0.2.0" authors = ["Nathaniel Hardesty"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High-Speed SECS Message Services" readme = "readme.md" keywords = [ "hsms", "semi", "trasaction", "network", "protocol", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/NathanielHardesty/semi-rs" [lib] name = "semi_e37" path = "src/lib.rs" [dependencies.atomic] version = "0.6.0" [dependencies.bytemuck] version = "1.18.0" features = ["derive"] [dependencies.oneshot] version = "0.1.6" [dependencies.semi_e5] version = "0.2.0"