# 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 = "hornbill_apilib" version = "0.3.0" authors = ["jeffreys "] description = "rust api library for connecting to a hornbill instance" homepage = "https://www.hornbill.com/" documentation = "https://docs.rs/hornbill_apilib" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hornbill/hornbill_apilib" [[example]] name = "logon" path = "examples/logon.rs" [[example]] name = "jsonresponse" path = "examples/jsonresponse.rs" [[example]] name = "simple" path = "examples/simple.rs" [[example]] name = "multithreaded" path = "examples/multithreaded.rs" [[example]] name = "responseheaders" path = "examples/responseheaders.rs" [dependencies.base64] version = "0.22.0" [dependencies.http] version = "1.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.serde-xml-rs] version = "0.6.0"