# 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 = "libnspire" version = "0.2.3" authors = ["lights0123 "] description = "high-level bindings to libnspire for USB interaction with TI Nspire calculators" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/lights0123/libnspire-rs" [dependencies.array_iterator] version = "0.2.4" [dependencies.displaydoc] version = "0.1" [dependencies.image] version = "0.23.9" optional = true default-features = false [dependencies.libnspire-sys] version = "0.3.0" [dependencies.libusb1-sys] version = "0.4.2" [dependencies.rusb] version = "0.6.4" [dependencies.serde] version = "1.0.116" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.20" [dev-dependencies.image] version = "0.23.9" [dev-dependencies.serde_json] version = "1.0.57" [features] default = ["image", "serde"]