# 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 = "recap" version = "0.1.2" authors = ["softprops "] description = "Deserialize typed structures from regex captures" homepage = "https://github.com/softprops/recap" documentation = "https://docs.rs/recap" readme = "../README.md" keywords = ["regex", "serde"] license = "MIT" repository = "https://github.com/softprops/recap" [dependencies.envy] version = "0.4" [dependencies.lazy_static] version = "1.3" [dependencies.recap-derive] version = "0.1.2" optional = true [dependencies.regex] version = "1.2" [dependencies.serde] version = "1.0" features = ["derive"] [features] default = ["derive"] derive = ["recap-derive"] [badges.coveralls] repository = "softprops/recap" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "softprops/recap"