# 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 = "tailwag_utils" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of assorted utility functions / traits. Part of the tailwag stack." readme = "README.MD" license = "MIT OR Apache-2.0" repository = "https://github.com/nikwithak/tailwag_utils" [lib] name = "tailwag_utils" path = "src/lib.rs" [dependencies.log] version = "0.4.20" features = ["serde"] [dependencies.regex] version = "1.9.5" [dependencies.reqwest] version = "0.12.4" optional = true [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.117" optional = true [dependencies.syn] version = "2.0.48" [features] default = ["sendgrid"] experimental = [] sendgrid = [ "dep:reqwest", "dep:serde_json", ]