# 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 = "2018" name = "akita" version = "0.4.3" authors = ["mrpan <1049058427@qq.com>"] description = "Akita - Mini orm for rust." homepage = "https://github.com/wslongchen/akita" documentation = "https://docs.rs/akita" readme = "README.md" keywords = [ "akita", "orm", "mysql", "sqlite", ] categories = [ "data-structures", "database-implementations", ] license = "MIT" repository = "https://github.com/wslongchen/akita" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] features = ["akita-mysql"] [dependencies.akita_core] version = "0.4.0" [dependencies.akita_derive] version = "0.4.0" [dependencies.base64] version = "0.9" [dependencies.bigdecimal] version = "0.3.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.log] version = "0.4" optional = true [dependencies.mysql] version = "20.1.0" optional = true [dependencies.once_cell] version = "1.8" [dependencies.r2d2] version = "0.8.9" [dependencies.rusqlite] version = "0.21.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tracing] version = "0.1.35" optional = true [dependencies.twox-hash] version = "1" [dependencies.url] version = "2.2.2" [dependencies.uuid] version = "0.8.2" features = [ "serde", "v4", ] [dev-dependencies.akita_derive] version = "0.4.0" [features] akita-auth = [] akita-fuse = [] akita-logging = ["log"] akita-mysql = ["mysql"] akita-sqlite = ["rusqlite"] akita-tracing = ["tracing"]