# 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.69" name = "soupbintcp_model" version = "4.0.5" authors = ["Softstream "] description = "Data model bindings for soupbintcp exchange protocol" readme = "readme.md" keywords = [ "exchange", "protocol", ] categories = ["API bindings"] license-file = "LICENSE" repository = "https://github.com/softstream-link/soupbintcp" [[bench]] name = "soupbintcp_model_bench" harness = false [dependencies.byteserde] version = "0.6" [dependencies.byteserde_derive] version = "0.6" [dependencies.byteserde_types] version = "0.6" [dependencies.derive_more] version = "0.99" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.colored] version = "2.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.links_core] version = "0.2" features = ["unittest"] [dev-dependencies.log] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [features] default = [] full = ["unittest"] unittest = []