# 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 = "remarkable" version = "0.0.1" authors = ["Casey Robinson "] exclude = ["reference-material/*"] description = "A collection of programs for the reMarkable tablet" readme = "README.md" license = "MIT" repository = "https://github.com/rampantmonkey/remarkable.rs" [profile.release] debug = true [[example]] name = "spy" crate-type = ["dylib"] path = "examples/spy.rs" [[example]] name = "demo" crate-type = ["bin"] path = "examples/demo.rs" [[example]] name = "mdns" crate-type = ["bin"] path = "examples/mdns.rs" [[example]] name = "exit-button" crate-type = ["bin"] path = "examples/exit-button.rs" [[example]] name = "interceptor" crate-type = ["dylib"] path = "examples/interceptor.rs" [dependencies.aabb-quadtree] version = "0.1.0" [dependencies.env_logger] version = "0.5.6" [dependencies.epoll] version = "3.1.1" [dependencies.evdev] version = "0.10.1" [dependencies.image] version = "0.18.0" [dependencies.ioctl-gen] version = "0.1.0" [dependencies.libc] version = "0.2.37" [dependencies.line_drawing] version = "0.7.0" [dependencies.log] version = "0.4.1" [dependencies.mmap] version = "0.1.1" [dependencies.rb] version = "0.3.1" [dependencies.rusttype] version = "0.4.1" [dev-dependencies.chrono] version = "0.4.0" [dev-dependencies.lazy_static] version = "1.0.0" [dev-dependencies.libc] version = "0.2.37" [dev-dependencies.libmdns] version = "0.2.2" [dev-dependencies.redhook] version = "0.1.1"