# 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 = "tina" version = "0.0.2" description = "Tina platform" license = "MIT" [[test]] name = "date_time" required-features = [ "database-mysql", "database-mongodb", ] [[test]] name = "tonic_grpc" required-features = [ "client-nacos", "client-tonic", "server-tonic", ] [[bench]] name = "excel" harness = false [dependencies.tina-core] version = "=0.0.2" default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.prost] version = "0.11.9" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tonic] version = "0.9.2" features = ["channel"] [features] client-nacos = ["tina-core/client-nacos"] client-tonic = ["tina-core/client-tonic"] database-mongodb = ["tina-core/database-mongodb"] database-mysql = ["tina-core/database-mysql"] database-redis = ["tina-core/database-redis"] default = [ "client-nacos", "client-tonic", "server-axum", "server-tonic", "database-mongodb", "database-mysql", "database-redis", ] server-actix-web = ["tina-core/server-actix-web"] server-axum = ["tina-core/server-axum"] server-ntex = ["tina-core/server-ntex"] server-tonic = ["tina-core/server-tonic"]