# 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 = "connector-sdk" version = "0.2.6" authors = ["Korbinian Flietel"] description = "A SDK to communicate with an enmeshed connector" readme = "README.md" keywords = ["enmeshed"] license = "MIT OR Apache-2.0" repository = "https://github.com/kojofl/connector-sdk" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.reqwest] version = "0.11.13" features = [ "json", "multipart", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.ureq] version = "^2.9.7" features = ["json"] optional = true [dev-dependencies.actix-rt] version = "2.7.0" [features] blocking = ["dep:ureq"]