# 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 = "hidden_watermark" version = "0.1.8" authors = ["Guo Fei "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hidden Watermark in Rust" readme = "README.md" keywords = [ "watermark", "hide", "text", "image", "blind-watermark", ] license = "MIT" repository = "https://github.com/guofei9987/signal-transforms" [lib] name = "hidden_watermark" path = "src/lib.rs" [[test]] name = "example_text_watermark" path = "tests/example_text_watermark.rs" [[test]] name = "test_text_watermark" path = "tests/test_text_watermark.rs" [dependencies.CryptTool] version = "0.1.4"