# 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 = "demiurge" version = "0.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Demiurge - An all-round builder for accessible, sustainable and secure web services" homepage = "https://www.asternox.it/demiurge" readme = "README.md" keywords = [ "accessibility", "sustainability", "security", ] categories = [ "accessibility", "wasm", "gui", ] license-file = "LICENSE" repository = "https://github.com/EquineEngineer/Demiurge" [lib] name = "demiurge" path = "src/lib.rs" [[bin]] name = "demiurge" path = "src/main.rs" [dependencies]