rerobots 0.12.4

Rust library for rerobots
Documentation
# 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 = "rerobots"
version = "0.12.4"
authors = ["rerobots, Inc. <q@rerobots.net>"]
build = false
include = [
    "/src",
    "/README.md",
    "/CHANGELOG",
    "/keys/public.pem",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for rerobots"
homepage = "https://github.com/rerobots/rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/rerobots/rs"

[lib]
name = "rerobots"
path = "src/lib.rs"

[dependencies.actix]
version = "0.13"

[dependencies.awc]
version = "3.5"
features = ["rustls"]

[dependencies.chrono]
version = "0.4"

[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.2.1"

[lints.clippy]
unwrap_used = "deny"

[profile.release]
panic = "abort"