# 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_net" version = "0.0.0-alpha.0" authors = ["ljoonal"] include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Network connection handling of onlivfe" homepage = "https://onlivfe.com" documentation = "https://docs.rs/onlivfe_net" 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_net" path = "src/lib.rs" [dependencies.chilloutvr] version = "0.2.1" features = [ "http_client", "ws_client", ] [dependencies.neos] version = "0.6.1" features = ["http_client"] [dependencies.onlivfe] version = "=0.0.0-alpha.0" [dependencies.tokio] version = "1" [dependencies.vrc] version = "0.1.0-alpha.3" features = ["api_client"] [badges.maintenance] status = "experimental"