# 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 = "doorstop-rs" version = "0.2.0" authors = ["Juan Ignacio Vaccarezza "] exclude = ["resources/reqs"] description = "Library for reading doorstop documents" homepage = "https://github.com/invap/doorstop-rs" documentation = "https://docs.rs/doorstop-rs" readme = "README.md" keywords = [ "Doorstop", "Requirements", "Deserialization", ] license = "AGPL-3.0-or-later" repository = "https://github.com/invap/doorstop-rs" [dependencies.chrono] version = "0.4.37" [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.thiserror] version = "1.0.58" [dependencies.walkdir] version = "2.4.0" [dependencies.yaserde] version = "0.10.0" [dependencies.yaserde_derive] version = "0.10.0"