# 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 = "vtflib" version = "0.2.1" authors = ["Lassi Säike"] description = "Safe wrapper for VTFLib." readme = "README.md" keywords = ["vtflib", "vtf"] categories = ["api-bindings", "multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/lasa01/vtflib-rs/" [dependencies.bitflags] version = "1.2.1" [dependencies.vtflib-sys] version = "0.1.1" [dev-dependencies.serial_test] version = "0.5.1" [features] static = ["vtflib-sys/static"]