# 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 = "kalosm-vision" version = "0.3.2" authors = ["Evan Almloff"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of pretrained vision models " readme = "README.md" keywords = [ "ai", "segment-anything", "ocr", ] license = "MIT/Apache-2.0" repository = "https://github.com/floneum/floneum" [lib] name = "kalosm_vision" path = "src/lib.rs" [dependencies.image] version = "0.24.7" [dependencies.kalosm-ocr] version = "0.3.0" [dependencies.rwuerstchen] version = "0.3.0" [dependencies.segment-anything-rs] version = "0.3.0" [features] cublas = [ "kalosm-ocr/cuda", "rwuerstchen/cuda", "segment-anything-rs/cuda", ] metal = [ "kalosm-ocr/metal", "rwuerstchen/metal", "segment-anything-rs/metal", ] mkl = [ "kalosm-ocr/mkl", "rwuerstchen/mkl", "segment-anything-rs/mkl", ]