# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "openslide" version = "0.2.0" authors = ["Ole-Johan Skrede "] description = "Rust bindings to the OpenSlide C library" readme = "README.md" keywords = ["openslide", "histopathology", "microscopy"] categories = ["science"] license = "MIT/Apache-2.0" repository = "https://github.com/ojskrede/openslide-rust" [[bin]] name = "development" path = "src/bin/development.rs" required-features = ["binaries"] [dependencies.clap] version = "2.32" optional = true [dependencies.failure] version = "0.1" [dependencies.image] version = "0.20" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.2" [dev-dependencies.float-cmp] version = "0.4" [build-dependencies.cc] version = "1.0" [features] binaries = ["clap"]