# 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" rust-version = "1.70.0" name = "xbm" version = "0.1.3" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "XBM encoding and decoding library" documentation = "https://docs.rs/xbm" readme = "README.md" keywords = [ "encoding", "image", "xbm", ] categories = [ "multimedia::encoding", "multimedia::images", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/sorairolake/xbm-rs" [package.metadata.docs.rs] all-features = true [lib] name = "xbm" path = "src/lib.rs" [dependencies.image] version = "0.25.5" optional = true default-features = false [dependencies.unicode-ident] version = "1.0.13" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.clap] version = "4.5.20" features = ["derive"] [dev-dependencies.image] version = "0.25.5" features = ["png"] default-features = false [dev-dependencies.indoc] version = "2.0.5" [features] default = ["image"] image = ["dep:image"] [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.rust] missing_debug_implementations = "deny" unsafe_code = "forbid" [lints.rust.rust_2018_idioms] level = "warn" priority = -1