# 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 = "bitmap_copy" version = "0.1.2" authors = ["Dmitriy Mayorov "] publish = true description = "BitMap is an image container" homepage = "https://github.com/MayorDi/bitmap_copy" readme = "README.md" keywords = [ "bitmap", "image", ] categories = [ "data-structures", "multimedia::images", ] license = "Apache-2.0" repository = "https://github.com/MayorDi/bitmap_copy" [dependencies.getset] version = "0.1.2" [dependencies.image] version = "0.25.1" [dependencies.libc] version = "0.2.153"