# 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.67" name = "formulate" version = "1.1.1" build = false exclude = [ ".dockerignore*", ".Dockerfile*", ".github/*", ".gitea/*", ".vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "formulate is a standalone server that listens for web form data submissions." documentation = "https://docs.rs/formulate" readme = "README.md" keywords = [ "webdevelopment", "webdev", "formdata", "formsubmission", ] categories = [ "command-line-utilities", "email", "web-programming::http-server", ] license = "MIT" repository = "https://code.orbitsolutions.dev/orb-it-solutions/formulate" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [[bin]] name = "formulate" path = "src/main.rs" [dependencies.either] version = "1.9" [dependencies.lettre] version = "0.11" features = ["sendmail-transport"] [dependencies.once_cell] version = "1.18" [dependencies.regex] version = "1.10" [dependencies.rocket] version = "0.5" features = ["json"] [dependencies.tera] version = "1.19" [dependencies.ureq] version = "2.8" features = ["json"] [dependencies.validator] version = "0.15" features = ["derive"] [dev-dependencies.pretty_assertions] version = "1.4"