# 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 = "stego_wps" version = "1.1.9" description = "A library for text-based steganography using the Words Per Sentence (WPS) method. It allows encoding and decoding hidden messages within the structure of a given text." readme = "README.md" keywords = [ "steganography", "steganographic", "encoding", "decoding", "words-per-sentence", ] license-file = "LICENSE" repository = "https://github.com/JamesClarke7283/stego_wps" [lib] name = "stego_wps" path = "src/lib.rs" [[bench]] name = "all" path = "benches/benchmarks.rs" harness = false [[bench]] name = "compare" path = "benches/compare.rs" harness = false [[bench]] name = "decode" path = "benches/decode.rs" harness = false [[bench]] name = "encode" path = "benches/encode.rs" harness = false [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [badges.maintenance] status = "actively-developed" [lints.clippy] complexity = "warn" correctness = "warn" nursery = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] unsafe_code = "forbid"