# 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] edition = "2018" name = "skora" version = "0.1.0" description = "This library provides functions to read and extract data from Autodesk Sketchbook tiff files and export them as Open Raster files for use in Gimp or Krita." homepage = "https://github.com/aero530/skora" documentation = "https://docs.rs/skora" readme = "README.md" keywords = ["tiff", "sketchbook", "open-raster", "ora", "openraster"] categories = ["multimedia", "multimedia::images", "parsing"] license = "Apache-2.0" repository = "https://github.com/aero530/skora" [dependencies.byteorder] version = "1.4.3" [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.23.14" [dependencies.log] version = "0.4.14" [dependencies.num] version = "0.4.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.pretty-hex] version = "0.2.1" [dependencies.zip] version = "0.5.13"