# 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 = "2018" name = "gdcm-rs" version = "0.6.0" authors = ["Peter Evers "] description = "GDCM bindings for Rust" homepage = "https://github.com/pevers/gdcm-rs" readme = "README.md" keywords = [ "dicom", "gdcm", "pixel", "encoding", ] license = "MIT" repository = "https://github.com/pevers/gdcm-rs" [lib] name = "gdcm_rs" path = "src/lib.rs" [dependencies.libc] version = "0.2.153" [dependencies.snafu] version = "0.8.0" [dependencies.strum] version = "0.26.1" [dependencies.strum_macros] version = "0.26.1" [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1" [features] charls = [] default = ["charls"]