# 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 = "deadbolt-parser" version = "0.1.1" authors = ["Merricx "] description = "Database parser of deadbolt" homepage = "https://github.com/Merricx/deadbolt" license = "MIT" repository = "https://github.com/Merricx/deadbolt" resolver = "1" [dependencies.deadbolt-crypto] version = "0.1.1" [dependencies.flate2] version = "1.0.17" features = ["zlib-ng"] default-features = false [dependencies.home] version = "0.5.5" [dependencies.regex] version = "1" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9"