# 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 = "nx" version = "0.3.0" authors = ["Peter Atashian "] build = "build.rs" include = ["/src/**", "build.rs", "Cargo.toml", "LICENSE.md", "README.md"] description = "A high performance Rust library used to read NX files with minimal memory usage." documentation = "https://docs.rs/nx/" readme = "README.md" keywords = ["nx"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/NoLifeDev/nx-rs" [dependencies.memmap] version = "0.6" [dev-dependencies.image] version = "0.18" features = ["png_codec"] default-features = false [build-dependencies.cc] version = "1.0"