# 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 = "uobors_infrastructure_database_seaorm" version = "0.0.6" description = "Unleash OpenBOR modding in Rust" homepage = "https://sakai-nako.github.io/uobors/" documentation = "https://docs.rs/uobors_infrastructure_database_seaorm/latest/" readme = "README.md" keywords = [ "openbor", "game-development", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/sakai-nako/uobors" [lib] name = "uobors_infrastructure_database_seaorm" crate-type = ["rlib"] path = "src/lib.rs" bench = false [dependencies.anyhow] version = "1.0.70" features = [ "backtrace", "std", ] [dependencies.confique] version = "0.2.5" [dependencies.futures] version = "0.3.30" [dependencies.sea-orm] version = "0.12" features = [ "sqlx-sqlite", "runtime-async-std-native-tls", "macros", ] [dependencies.sea-orm-migration] version = "^0.12.0" [dependencies.serde] version = "1.0.197" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.tempfile] version = "3.10.1"