# 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 = "horizon_data_types" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Horizon data types library for third-party integrations" readme = "README.md" license = "Apache-2.0" [lib] name = "horizon_data_types" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.nalgebra] version = "0.33.1" features = ["serde-serialize"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.socketioxide] version = "0.15.0" [dependencies.tokio] version = "1.40.0" features = [ "rt", "net", "rt-multi-thread", ] [dependencies.uuid] version = "1.11.0" features = [ "v4", "serde", ]