# 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" rust-version = "1.67.0" name = "twitch_types" version = "0.4.7" build = false include = [ "src/*", "./Cargo.toml", "examples/*", "./README.md", "CHANGELOG.md", "LICENSE*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "common types for Twitch" readme = "README.md" keywords = [ "twitch", "api", ] license = "MIT OR Apache-2.0" repository = "https://github.com/twitch-rs/twitch_types" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "nightly", ] rustdoc-args = [ "--cfg", "nightly", ] [lib] name = "twitch_types" path = "src/lib.rs" [dependencies.arbitrary] version = "1.2.0" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_derive] version = "1.0" optional = true [dependencies.time] version = "0.3" features = [ "parsing", "formatting", ] optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.zerofrom] version = "0.1.0" optional = true [features] chat = [] color = ["serde"] default = [] deny_unknown_fields = ["serde"] emote = ["serde"] entitlement = [] eventsub = [] extension = [] goal = ["serde"] moderation = ["serde"] points = ["serde"] serde = [ "dep:serde", "dep:serde_derive", ] stream = ["serde"] sub = [] timestamp = [] user = ["serde"] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(nightly)"]