# 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.81" name = "medal-tv-rs" version = "0.0.2" authors = ["Todd Everett Griffin "] build = false include = [ "**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for the medal.tv REST API." homepage = "https://www.toddgriffin.me/" readme = "README.md" keywords = [ "Todd", "Everett", "Griffin", "medal", "tv", ] categories = [ "web-programming", "api-bindings", ] license-file = "LICENSE" repository = "https://github.com/goddtriffin/medal-tv-rs" [lib] name = "medal_tv_rs" path = "src/lib.rs" [[example]] name = "get_all_clips" path = "examples/get_all_clips.rs" [[test]] name = "temp" path = "tests/temp.rs" [dependencies.bytes] version = "1.7.2" [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.allow_attributes] level = "forbid" priority = 1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.multiple_crate_versions] level = "allow" priority = 1 [lints.clippy.nursery] level = "allow" priority = 0 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust.unfulfilled_lint_expectations] level = "forbid" priority = 1 [lints.rust.unsafe_code] level = "forbid" priority = 0