# 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 = "rglw_api" version = "0.0.1" authors = ["jonathan.franco.2103@gmail.com"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rustyglware websocket api." readme = "Readme.md" keywords = [ "ws", "websocket", "api", ] license = "MIT" repository = "https://gitlab.com/rglw/public/apis/rglw_api" [lib] name = "rglw_api" path = "src/lib.rs" [dependencies.rglw_api_codegen] version = "0.0.1" [dependencies.rglw_api_common] version = "0.0.1" [dependencies.rglw_api_core] version = "0.0.1" [build-dependencies.permissions] version = "0.5.1"