# 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 = "piedb" version = "0.1.2" description = "piedb is a hat(timeseries)p and mysql compatible database" homepage = "https://piedb.io" readme = "README.md" keywords = ["mysql", "timeseries", "database", "hatp"] license = "Apache-2.0" license-file = "LICENSE" resolver = "2" [[bin]] name = "piedb" path = "src/bin/piedb.rs" [dependencies.futures] version = "0.3.0" [dependencies.gluesql] version = "0.10" [dependencies.gluesql-core] version = "0.10.2" [dependencies.msql-srv] version = "0.9.6" [dependencies.mysql] version = "22" [dependencies.mysql_async] version = "0.29.0" [dependencies.rcgen] version = "0.8.14" [dependencies.slab] version = "0.4.2" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.15.0" features = ["full"]