# 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 = "kubetsu" version = "0.2.0" authors = ["Keiji Yoshimi"] description = "distinguish value type of other struct" homepage = "https://github.com/walf443/kubetsu" readme = "README.md" license = "MIT" repository = "https://github.com/walf443/kubetsu.git" [dependencies.fake] version = "2" features = ["derive"] optional = true [dependencies.serde] version = "1" optional = true default-features = false [dependencies.sqlx] version = "0" features = [] optional = true default-features = false [dev-dependencies.serde_json] version = "1" [dev-dependencies.sqlx] version = "0" features = [ "runtime-tokio", "macros", "sqlite", ] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] all = [ "serde", "fake", "sqlx-mysql", "sqlx-sqlite", "sqlx-postgres", "sqlx-any", ] default = [] fake = ["dep:fake"] serde = ["dep:serde"] sqlx = ["dep:sqlx"] sqlx-any = [ "sqlx", "sqlx/any", ] sqlx-mysql = [ "sqlx", "sqlx/mysql", ] sqlx-postgres = [ "sqlx", "sqlx/postgres", ] sqlx-sqlite = [ "sqlx", "sqlx/sqlite", ]