# 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" rust-version = "1.60" name = "alex-db-lib" version = "0.1.0" authors = ["Michal Piotrowski "] description = "AlexDB library." homepage = "https://github.com/idiomatic-rust-com/alex-db" readme = "README.md" keywords = [ "database", "library", ] categories = ["database-implementations"] license = "MIT" repository = "https://github.com/idiomatic-rust-com/alex-db" resolver = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.lz4_flex] version = "0.10" [dependencies.regex] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.utoipa] version = "3.0" features = ["chrono"] [dependencies.uuid] version = "1.3" features = [ "serde", "v4", ] [dependencies.validator] version = "0.16" features = ["derive"]