# 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_wrapper" version = "0.0.0-alpha.0" authors = ["ljoonal"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Business logic & interface of onlivfe" homepage = "https://onlivfe.com" documentation = "https://docs.rs/onlivfe_wrapper" 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_wrapper" path = "src/lib.rs" [dependencies.dotenvy] version = "0.15.6" [dependencies.onlivfe] version = "=0.0.0-alpha.0" [dependencies.onlivfe_net] version = "=0.0.0-alpha.0" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [badges.maintenance] status = "experimental"