# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "steganer" version = "1.1.0-post4" authors = ["dante-signal31 "] description = "Library to hide a file inside another... or to recover it." homepage = "https://github.com/dante-signal31/steganer" license = "BSD-3-Clause" [package.metadata.deb] assets = [["target/release/steganer", "usr/bin/", "755"], ["README.md", "usr/share/doc/steganer/", "644"], ["man/steganer.1.gz", "usr/share/man/man1/", "644"]] priority = "optional" section = "utility" [package.metadata.rpm] buildflags = ["--release"] [package.metadata.rpm.targets.steganer] path = "/usr/bin/steganer" [lib] name = "steganer" crate-type = ["cdylib", "rlib"] path = "src/lib.rs" [[bin]] name = "steganer" path = "src/bin/main.rs" [dependencies.bitreader] version = "0.3.1" [dependencies.clap] version = "2.33.0" [dependencies.error-chain] version = "0.12.1" [dependencies.image] version = "0.21.0" [dependencies.num] version = "0.2.0" [dependencies.pyo3] version = "0.8.1" features = ["extension-module"] [dev-dependencies.byteorder] version = "1.3.1" [dev-dependencies.pyo3-pack] version = "0.7.0" [dev-dependencies.test_common] version = "1.0.1"