# 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 = "2018" name = "pagerduty-rs" version = "0.1.6" authors = ["Archis Gore "] description = "PagerDuty API from Rust." readme = "README.md" keywords = ["pagerduty", "alerts", "events", "incidents", "monitoring"] categories = ["pagerduty", "alerting"] license = "Apache-2.0" repository = "https://github.com/archisgore/pagerduty-rs" [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.reqwest] version = "0.11.8" features = ["json"] default-features = false [dependencies.serde] version = "1.0.132" features = ["derive"] [dependencies.time] version = "0.3.5" features = ["std", "serde", "formatting", "macros"] [dependencies.url] version = "2.2.2" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0.73" [dev-dependencies.tokio] version = "1.15.0" features = ["rt", "macros"] [features] async = [] default = ["async", "reqwest/default"] rustls = ["reqwest/rustls"] sync = ["reqwest/blocking"]