# 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 = "onlivfe_db_store" version = "0.0.0-alpha.0" authors = ["ljoonal"] build = "build.rs" include = [ "src", "Cargo.toml", "build.rs", "entities", "LICENSE", "README.md", ] description = "A database storage backed for onlivfe" homepage = "https://onlivfe.com" documentation = "https://docs.rs/onlivfe_db_store" readme = "README.md" keywords = [ "vrc", "vrchat", "api", "rest", ] categories = ["games"] license = "AGPL-3.0-or-later" repository = "https://github.com/onlivfe/core" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "nightly", ] [lib] name = "onlivfe_db_store" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.64" [dependencies.chilloutvr] version = "0.2.1" features = [] [dependencies.neos] version = "0.6.1" features = [] [dependencies.num_cpus] version = "1.15.0" [dependencies.onlivfe] version = "=0.0.0-alpha.0" [dependencies.sqlx] version = "0.7.0-alpha.1" features = [ "runtime-tokio", "sqlite", "json", "uuid", "time", "migrate", "macros", ] default-features = false [dependencies.vrc] version = "0.1.0-alpha.3" features = [] [badges.maintenance] status = "experimental"