# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "emseries" version = "0.5.1" authors = ["Savanni D'Gerinel "] include = ["**/*.rs", "Cargo.toml", "fixtures/*"] description = "an Embedded Time Series database" homepage = "https://github.com/luminescent-dreams/emseries" documentation = "https://docs.rs/emseries" categories = ["database-implementations"] license = "BSD-3-Clause" repository = "https://github.com/luminescent-dreams/emseries" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.4" features = ["serde"] [dependencies.dimensioned] version = "0.7" features = ["serde"] [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.1" [dependencies.uuid] version = "0.8" features = ["v4", "serde"] [dependencies.yaml-rust] version = "0.4"