# 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 = "ably" version = "0.2.0" include = [ "Cargo.toml", "LICENSE", "src/**/*", ] description = "Ably client library SDK" homepage = "https://ably.com" documentation = "https://docs.rs/ably" readme = "README.md" keywords = [ "ably", "realtime", "pubsub", ] license = "Apache-2.0" repository = "https://github.com/ably/ably-rust" [dependencies.aes] version = "0.8.1" [dependencies.atty] version = "0.2.14" [dependencies.base64] version = "0.13.0" [dependencies.block-modes] version = "0.9.1" [dependencies.cbc] version = "0.1.2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.cipher] version = "0.4.3" [dependencies.futures] version = "0.3.21" [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.mime] version = "0.3.16" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.5.5" [dependencies.reqwest] version = "0.11.10" features = ["json"] [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_bytes] version = "0.11.6" [dependencies.serde_json] version = "1.0.81" [dependencies.serde_repr] version = "0.1.8" [dependencies.sha2] version = "0.10.2" [dependencies.url] version = "2.2.2" [dev-dependencies.tokio] version = "1.18.2" features = ["full"]