# 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 = "loco-protocol" version = "6.5.0" authors = ["storycraft "] description = "Loco protocol implementation" readme = "readme.md" keywords = [ "loco", "protocol", ] license = "MIT" repository = "https://github.com/storycraft/loco-protocol-rs/" [dependencies.aes] version = "0.8.3" [dependencies.arrayvec] version = "0.7.4" [dependencies.bincode] version = "1.3.3" [dependencies.byte-order] version = "0.3.0" [dependencies.cfb-mode] version = "0.8.2" [dependencies.getrandom] version = "0.2.3" optional = true [dependencies.rand] version = "0.8.4" [dependencies.rsa] version = "0.9.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha1] version = "0.10.5" [features] wasm = [ "getrandom", "getrandom/js", ] [badges.maintenance] status = "passively-maintained"