# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "asteracea" version = "0.0.2" authors = ["Tamme Schichler "] include = ["**/*.rs", "!tests/unincluded_*.rs", "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md"] description = "A web application framework for Rust. Asteracea can be used for client-side and server-side rendering and for statically rendered and deployed sites (and combinations thereof) without specific changes to an app's code." homepage = "https://github.com/Tamschi/Asteracea/tree/v0.0.2" documentation = "https://docs.rs/asteracea/0.0.2" readme = "README.md" keywords = ["framework", "server-side", "client-side", "static-site"] categories = ["web-programming", "gui", "wasm", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/Asteracea" [dependencies.asteracea_proc-macro-definitions] version = "0.0.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.lignin-schema] version = "0.0.1" features = ["bumpalo-collections"] [dependencies.rhizome_crate] version = "0.0.1" optional = true package = "rhizome" [dependencies.topiary_crate] version = "0.0.1" optional = true package = "topiary" [dev-dependencies.cargo-husky] version = "1.5.0" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.git_info] version = "0.1.2" [dev-dependencies.lignin] version = "0.0.1" [dev-dependencies.version-sync] version = "0.9.1" [features] rhizome = ["rhizome_crate", "asteracea_proc-macro-definitions/rhizome"] rhizome_macros = ["rhizome", "rhizome_crate/macros"] services = ["rhizome_macros"] styles = ["rhizome_macros"] topiary = ["styles", "topiary_crate", "asteracea_proc-macro-definitions/rhizome", "asteracea_proc-macro-definitions/styles"] [badges.is-it-maintained-issue-resolution] repository = "Tamschi/Asteracea" [badges.is-it-maintained-open-issues] repository = "Tamschi/Asteracea" [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "unstable" repository = "Tamschi/Asteracea"