# 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 = "mm_client" version = "0.12.0" authors = ["TPT "] description = "Library for interfacing with PBS Media Manager API" license = "Apache-2.0" repository = "https://github.com/twincitiespublictelevision/mm_client" [[bin]] name = "mm_cli" path = "src/cli/main.rs" test = true doc = true required-features = ["cli"] [dependencies.app_dirs] version = "1.2.1" optional = true [dependencies.clap] version = "2.33.3" optional = true [dependencies.reqwest] version = "0.10.9" features = ["json", "blocking"] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_derive] version = "1.0.118" [dependencies.serde_json] version = "1.0.60" [dependencies.toml] version = "0.5.7" optional = true [dev-dependencies.mockito] version = "0.28.0" [dev-dependencies.uuid] version = "0.8.1" features = ["v4"] [features] cli = ["app_dirs", "clap", "toml"]