# 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 = "libtwitch-rs" version = "0.3.0" authors = ["the libtwitch-rs authors"] exclude = ["credentials.toml"] include = ["src/**/*", "Cargo.toml", "License", "legal/*", "copying.md", "Readme.md"] description = "Rust library for the Twitch APIv5 (Kraken)" documentation = "https://docs.rs/libtwitch-rs/" readme = "README.md" keywords = ["twitch", "api"] categories = ["api-bindings"] license = "LGPL-3.0-or-later" repository = "https://github.com/age-rs/libtwitch-rs" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.dev] opt-level = 0 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false [profile.test] opt-level = 1 lto = false codegen-units = 4 debug = true debug-assertions = true rpath = false [lib] name = "libtwitch_rs" crate-type = ["staticlib", "cdylib", "rlib"] path = "src/lib.rs" test = true doc = true [dependencies.chrono] version = "0.4" features = ["serde", "rustc-serialize"] [dependencies.reqwest] version = "0.10" features = ["blocking", "json", "rustls-tls"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.urlparse] version = "0.7" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.pretty_assertions] version = "0.6" [badges.maintenance] status = "actively-developed"