dent_cloud 0.1.1

API for dent instruments' dentcloud.io
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 = "2024"
rust-version = "1.85"
name = "dent_cloud"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API for dent instruments' dentcloud.io"
readme = "README.md"
keywords = [
    "api",
    "dentinstruments",
    "dentcloud",
    "dent",
    "instruments",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Redhawk18/dent_cloud"

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.governor]
version = "0.10"

[dependencies.reqwest]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["macros"]