# 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 = "2018" name = "breadx-image" version = "0.1.0" authors = ["notgull "] description = "Image type to be used in breadx" homepage = "https://github.com/bread-graphics/breadx-image#readme" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/bread-graphics/breadx-image" [package.metadata.docs.rs] all-features = true [[bench]] name = "benchmarks" harness = false [dependencies.breadx] version = "3" default-features = false [dependencies.bytemuck] version = "1.9.1" [dependencies.tracing] version = "0.1.34" default-features = false [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.fastrand] version = "1.7.0" [dev-dependencies.image] version = "0.24" [dev-dependencies.tracing-subscriber] version = "0.3.11" [features] async = ["breadx/async"] default = ["std"] std = ["breadx/std"]