# 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 = "redone" version = "0.1.0" description = "djb redo redone in Rust" homepage = "https://github.com/RobertBendun/redone" documentation = "https://docs.rs/redone" license = "Unlicense" repository = "https://github.com/RobertBendun/redone" resolver = "2" [lib] name = "redo" path = "src/redo/lib.rs" [[bin]] name = "redo" path = "src/main.rs" [dependencies.base16ct] version = "0.1.1" features = ["alloc"] [dependencies.md-5] version = "0.10.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.tempfile] version = "3.3.0"