# 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 = "facsimile" version = "0.0.3" description = "Utilities for working with facsimiles of manuscripts in textual scholarship projects (very early alpha)" license = "MIT" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.base64] version = "0.13.0" [dependencies.image] version = "0.24.2" features = [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", ] default-features = false [dependencies.imageproc] version = "0.23.0" default-features = false [dependencies.wasm-bindgen] version = "0.2.80" optional = true [features] crp = [] default = ["wasm"] det = [] gen = [] no_wasm = [ "det", "gen", "crp", ] wasm = [ "dep:wasm-bindgen", "det", "gen", "crp", ]