# 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" name = "gouqi" version = "0.9.0" authors = [ "softprops ", "avrabe ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust interface for Jira" homepage = "https://github.com/wunderfrucht/gouqi" documentation = "https://docs.rs/gouqi" readme = "README.md" keywords = [ "hyper", "jira", ] license = "MIT" repository = "https://github.com/wunderfrucht/gouqi" [lib] name = "gouqi" path = "src/lib.rs" [[example]] name = "changelog" path = "examples/changelog.rs" [[example]] name = "comments" path = "examples/comments.rs" [[example]] name = "search" path = "examples/search.rs" [[example]] name = "sprint" path = "examples/sprint.rs" [[example]] name = "transitions" path = "examples/transitions.rs" [[test]] name = "boards_test" path = "tests/boards_test.rs" [[test]] name = "builder_test" path = "tests/builder_test.rs" [[test]] name = "errors_test" path = "tests/errors_test.rs" [[test]] name = "issues_test" path = "tests/issues_test.rs" [[test]] name = "jira_test" path = "tests/jira_test.rs" [[test]] name = "rep_test" path = "tests/rep_test.rs" [[test]] name = "skeptic" path = "tests/skeptic.rs" [[test]] name = "sprints_test" path = "tests/sprints_test.rs" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.time] version = "0.3" features = [ "serde-well-known", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.mockito] version = "1.5.0" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [build-dependencies.skeptic] version = "0.13"