# 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.69" name = "arkaitzserv" version = "0.1.1" authors = ["Arkaitz "] exclude = [ "public/", "target", ] description = "A lightweight web server intended for SPA deployments." homepage = "https://github.com/arkaitz-dev/arkaitzserv" documentation = "https://docs.rs/crate/arkaitzserv" readme = "README.md" keywords = [ "web", "server", "spa", "rocket", ] license = "MIT" repository = "https://github.com/arkaitz-dev/arkaitzserv" [package.metadata.docs.rs] features = [ "dir_source", "script_helper", "rust-embed", ] rustdoc-args = [ "--cfg", "docsrs", ] [profile.release] lto = true codegen-units = 1 [dependencies.rocket] version = "0.5.0-rc.3"