# 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 = "swimlane" version = "0.1.0" exclude = [ "**/tests/**", "**/json/**", ] description = "A Rust client for the Swimlane API" homepage = "https://github.com/alex-way/swimlane-rs" documentation = "https://github.com/alex-way/swimlane-rs" readme = "readme.md" keywords = [ "swimlane", "api", "client", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/alex-way/swimlane-rs" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.reqwest] version = "0.11.18" features = ["json"] [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.serde_json] version = "1.0.105" [dependencies.thiserror] version = "1.0.47" [dependencies.tokio] version = "1.32.0" [dependencies.url] version = "2.4.0" [dev-dependencies.httpmock] version = "0.6.8" [dev-dependencies.tempfile] version = "3.7.1"