# 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 = "2018" name = "rustract" version = "0.1.0" authors = ["Käthe Specht "] description = "A Rust library for safely extracting JSON fields while also checking data bounds." readme = "README.md" keywords = ["json", "extractor", "webapp"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/k-specht/rustract" [lib] name = "rustract" test = true plugin = false [dependencies.regex] version = "^1.5" [dependencies.serde] version = "^1.0.104" features = ["derive"] [dependencies.serde_json] version = "^1.0.48" [dev-dependencies.lazy_static] version = "^1.4.0" [dev-dependencies.native-tls] version = "^0.2" [dev-dependencies.sqlx] version = "^0.5" features = ["runtime-tokio-rustls", "mysql"] [dev-dependencies.tokio] version = "^1" features = ["full"] [dev-dependencies.warp] version = "^0.3"