# 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 = "drmem-api" version = "0.4.1" authors = ["Rich Neswold "] description = "Traits and types used internally by the DrMem control system" homepage = "https://github.com/DrMemCS/drmem" readme = "README.md" keywords = [ "control-system", "automation", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/DrMemCS/drmem" [lib] doctest = false [dependencies.async-trait] version = "0.1" default-features = false [dependencies.chrono] version = "0.4" default-features = false [dependencies.palette] version = "0.7" [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_derive] version = "1.0" default-features = false [dependencies.tokio] version = "1" default-features = false [dependencies.tokio-stream] version = "0.1" default-features = false [dependencies.toml] version = "0.8" default-features = false [badges.maintenance] status = "actively-developed"