# 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 = "rerobots" version = "0.12.2" authors = ["rerobots, Inc. "] include = [ "/src", "/README.md", "/CHANGELOG", "/keys/public.pem", ] description = "Rust library for rerobots" homepage = "https://github.com/rerobots/rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rerobots/rs" [profile.release] panic = "abort" [dependencies.actix] version = "0.13" [dependencies.awc] version = "3.5" features = ["rustls"] [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.11.5" [dependencies.jwt] version = "0.11" features = ["openssl"] [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.mockito] version = "0.30.0" [target."cfg(unix)".dependencies.openssl-probe] version = "0.1.4"