# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "twirl" version = "0.1.1" authors = ["Daniel Fischer "] include = ["**/*.rs", "Cargo.toml"] description = "Access the Twitch API with ease." license = "MIT" repository = "https://github.com/d-fischer/twirl" [lib] crate-type = ["cdylib", "rlib"] [dependencies.chrono] version = "0.4.9" [dependencies.connect] version = "0.1.1" [dependencies.ffi-support] version = "0.3.5" [dependencies.futures-preview] version = "0.3.0-alpha.18" [dependencies.futures-util-preview] version = "0.3.0-alpha.18" [dependencies.http] version = "0.1.18" [dependencies.hyper] version = "0.13.0-alpha.2" features = ["unstable-stream"] [dependencies.hyper-tls] version = "0.4.0-alpha.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.100" [dependencies.serde_derive] version = "1.0.100" [dependencies.serde_json] version = "1.0.40" [dependencies.simple-error] version = "0.2.1" [dependencies.tokio] version = "0.2.0-alpha.5" [dependencies.url] version = "2.1.0"