# 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 = "dailyco" version = "0.7.0" authors = ["Matthew Zeitlin "] description = "Rust bindings for Daily REST API (videochat provider)" readme = "README.md" keywords = [ "daily", "videochat", "api", "dailyco", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/rookly-dev/dailyco-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "basic" path = "examples/basic.rs" [dependencies.jsonwebtoken] version = "9.3.0" optional = true default-features = false [dependencies.reqwest] version = "0.12.5" features = ["json"] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.31" [dependencies.uuid] version = "1.1" features = [ "std", "v4", "serde", ] default-features = false [dev-dependencies.anyhow] version = "1" [dev-dependencies.chrono] version = "0.4.19" features = ["clock"] default-features = false [dev-dependencies.doc-comment] version = "0.3" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.nanoid] version = "0.4.0" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ] default-features = false [features] default = ["reqwest/default-tls"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"] self-signed-tokens = ["jsonwebtoken"]