# 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 = "2021" name = "sn30pro" version = "0.2.0" authors = ["Rowan S-L "] description = "A small library for interfacing with the SN30Pro controller" keywords = ["ui", "async", "joystick", "input"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/rowan-sl/sn30pro" resolver = "2" [lib] name = "sn30pro" path = "src/lib.rs" [dependencies.bytes] version = "1.1.0" [dependencies.tokio] version = "1.16.1" features = ["fs", "io-util"]