# 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 = "volt-ws-protocol" version = "0.1.12" description = "Volt websocket protocol library" homepage = "https://docs.tdxvolt.com" documentation = "https://docs.rs/volt-ws-protocol" readme = "README.md" license = "MIT" repository = "https://github.com/tdxvolt/tdxvolt-rs" [profile.release] opt-level = "z" lto = true panic = "abort" [lib] crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.aes] version = "0.8.4" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.bs58] version = "0.5.1" [dependencies.cbc] version = "0.1.2" [dependencies.chrono] version = "0.4.38" optional = true [dependencies.ed25519-dalek] version = "2.1.1" features = [ "pkcs8", "pem", "rand_core", ] [dependencies.getrandom] version = "0.2.15" [dependencies.hkdf] version = "0.12.4" [dependencies.pem-rfc7468] version = "0.7.0" [dependencies.pkcs8] version = "0.10.2" [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.sha2] version = "0.10.8" [dependencies.x25519-dalek] version = "2.0.1" features = [ "getrandom", "reusable_secrets", ] [features] default = [] optional_feature = [ "chrono", "rand", ]