# 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" rust-version = "1.80.1" name = "webera" version = "0.0.0" authors = ["José Luis Cruz "] build = false include = [ "/Cargo.toml", "/DOCS/*", "/src/**/*.rs", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "web apps" documentation = "https://docs.rs/webera" readme = "README.md" keywords = [] categories = [ "web-programming", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/andamira/webera" [package.metadata.docs.rs] features = ["_docsrs"] no-default-features = true rustdoc-args = [ "--html-in-header", "./DOCS/rustdoc-header.html", ] [lib] name = "webera" path = "src/lib.rs" [dependencies.devela] version = "0.21.2" [dev-dependencies] [build-dependencies] [features] __dbg = [] __no_test = [] _docsrs = [ "_docsrs_stable", "nightly", ] _docsrs_stable = [ "std", "unsafe", ] alloc = ["devela/alloc"] nightly = ["nightly_doc"] nightly_doc = [] no_std = ["devela/no_std"] safe = [] std = [ "alloc", "devela/std", ] unsafe = [] [badges.maintenance] status = "experimental"