# 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 = "pamly" version = "0.3.5" authors = ["Michael Huttner"] build = false exclude = ["index.node"] autobins = false autoexamples = false autotests = false autobenches = false description = "Command line interface for digital pathology tools." homepage = "https://github.com/spang-lab/pamly-lib" readme = "README.md" keywords = ["cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/spang-lab/pamly-lib" [lib] name = "pamly" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "pamly" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.image] version = "0.25.2" [dependencies.imageproc] version = "0.25.0" [dependencies.libc] version = "0.2.158" optional = true [dependencies.log] version = "0.4.22" [dependencies.pyo3] version = "0.22.2" features = ["anyhow"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.simple_logger] version = "4.3.3" [dependencies.sqlite] version = "0.32.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [features] convert = ["dep:libc"] default = []