# 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 = "starchart" version = "0.19.0" authors = ["Gryffon Bellish "] description = "A database tool that allows for multiple backend implementations" homepage = "https://github.com/starlite-project/starchart" documentation = "https://docs.rs/starchart" readme = "README.md" license = "MIT" repository = "https://github.com/starlite-project/starchart" [package.metadata.docs.rs] all-features = true [dependencies.futures-executor] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.parking_lot] version = "0.11.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.starchart-derive] version = "^0.19" optional = true [dev-dependencies.static_assertions] version = "1.0.0" [dev-dependencies.thiserror] version = "1.0.30" [dev-dependencies.tokio] version = "1" features = ["test-util", "macros"] [build-dependencies.autocfg] version = "1" [build-dependencies.rustc_version] version = "0.4" [features] derive = ["starchart-derive"] metadata = []