# 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 = "async-sea-orm-session" version = "0.3.0" authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"] description = "async-session backend implemented in sea-orm" documentation = "https://docs.rs/async-sea-orm-session" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dcchut/async-sea-orm-session" [package.metadata.docs.rs] features = ["migration"] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-session] version = "3.0" [dependencies.sea-orm] version = "0.11" [dependencies.sea-orm-migration] version = "0.11" optional = true [dependencies.serde_json] version = "1.0" [dev-dependencies.sea-orm] version = "0.11" features = [ "runtime-tokio-rustls", "sqlx-sqlite", ] [dev-dependencies.tokio] version = "1.24" features = [ "rt", "macros", ] [features] default = ["migration"] migration = ["sea-orm-migration"]