# 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 = "glimesh-protocol" version = "0.9.0" authors = ["James Birtles "] description = "Low level structures for interfacing with the glimesh api." keywords = ["glimesh"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/AircastDev/glimesh-rs" [dependencies.bimap] version = "0.6" optional = true [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.serde_tuple] version = "0.5" optional = true [dependencies.snafu] version = "0.7" optional = true [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "v4", "serde", ] optional = true [features] date = ["chrono"] default = [ "date", "socket", ] socket = [ "serde_json", "bimap", "serde_tuple", "uuid", "snafu", ]