# 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 = "sectxtlib" version = "0.3.0" authors = ["eikendev"] description = "A library for parsing and validating security.txt files as specified in RFC 9116" homepage = "https://github.com/eikendev/sectxt" readme = "README.md" license = "ISC" repository = "https://github.com/eikendev/sectxt.git" [dependencies.chrono] version = ">=0.4.10" [dependencies.iri-string] version = ">=0.7.0" [dependencies.nom] version = ">=5.1.2" [dependencies.oxilangtag] version = ">=0.1.0" [dependencies.thiserror] version = ">=1.0" [dependencies.valuable] version = ">=0.1.0" features = ["derive"]