# 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.80.0" name = "tes" version = "0.2.0" authors = ["The St. Jude Rust Labs developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for working with the Task Execution Service (TES) specification" homepage = "https://github.com/stjude-rust-labs/tes" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/stjude-rust-labs/tes" [package.metadata.docs.rs] all-features = true [lib] name = "tes" path = "src/lib.rs" [[example]] name = "service-info" path = "examples/service-info.rs" required-features = ["client"] [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "task-get" path = "examples/task-get.rs" required-features = ["client"] [[example]] name = "task-list-all" path = "examples/task-list-all.rs" required-features = ["client"] [[example]] name = "task-submit" path = "examples/task-submit.rs" required-features = ["client"] [dependencies.anyhow] version = "1.0.87" optional = true [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.ordered-float] version = "4.2.2" features = ["serde"] [dependencies.reqwest] version = "0.12.7" features = ["json"] [dependencies.reqwest-middleware] version = "0.3.3" [dependencies.reqwest-retry] version = "0.6.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tokio] version = "1.40.0" features = [ "full", "time", ] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" features = ["serde"] optional = true [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [features] client = [ "dep:anyhow", "types", "dep:url", ] default = ["types"] types = ["dep:url"] [lints.clippy] missing_docs_in_private_items = "warn" [lints.rust] missing_docs = "warn" nonstandard-style = "warn" rust-2018-idioms = "warn" rust-2021-compatibility = "warn" rust-2024-compatibility = "warn" [lints.rustdoc] broken_intra_doc_links = "warn"