# 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 = "form_builder" version = "1.0.0" authors = ["MikoĊ‚aj Gawron "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for building forms with various fields and validation." documentation = "https://docs.rs/form_builder" readme = "README.md" keywords = [ "form", "builder", "validation", "fields", "input", ] categories = [ "data-structures", "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/vertyll/form-builder" [lib] name = "form_builder" path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.regex] version = "1.11.1"