# 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 = "toql" version = "0.4.2" authors = ["Roy Ganz "] description = "Toql - A friendly and productive ORM" readme = "README.md" keywords = [ "toql", "sql", "database", "orm", ] license = "MIT/Apache-2.0" repository = "https://github.com/roy-ganz/toql" [dependencies.log] version = "0.4" [dependencies.toql_core] version = "0.4" [dependencies.toql_derive] version = "0.4" [dependencies.toql_enum_derive] version = "0.4" [dependencies.toql_field_list_parser] version = "0.4" [dependencies.toql_fields_macro] version = "0.4" [dependencies.toql_paths_macro] version = "0.4" [dependencies.toql_query_macro] version = "0.4" [dependencies.toql_query_parser] version = "0.4" [dependencies.toql_role_expr_macro] version = "0.4" [dependencies.toql_role_expr_parser] version = "0.4" [dependencies.toql_sql_expr_macro] version = "0.4" [dependencies.toql_sql_expr_parser] version = "0.4" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-test] version = "0.1" [features] serde = [ "toql_derive/serde", "toql_core/serde_feature", ]