# 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 = "aspiesolutions_forms" version = "0.1.12" description = "the forms used for web server interaction" readme = "README.md" license = "MIT" [profile.dev.package."*"] opt-level = 3 [dependencies.aspiesolutions_entity] version = "0.2" default-features = false [dependencies.rocket] version = "0.5.0-rc.2" optional = true default-features = false [dependencies.serde] version = "1.0.147" features = ["derive"] optional = true [dependencies.serde_derive] version = "1.0.147" features = ["deserialize_in_place"] optional = true [features] rocket = ["dep:rocket"] serde = [ "dep:serde", "dep:serde_derive", ]