# 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 = "usbapi" version = "0.4.2" authors = ["Mikael Hermansson "] description = "Access USB from Rust" homepage = "https://gitlab.com/mike7b4/usbapi-rs" readme = "readme.md" keywords = ["usb", "usbcore", "hardware"] license = "MIT" repository = "https://gitlab.com/mike7b4/usbapi-rs.git" [[example]] name = "stm32" required-features = ["mio"] [[example]] name = "enumerate" required-features = ["serde"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.mio] version = "0.7" features = ["os-ext"] optional = true [dependencies.nix] version = "0.20" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.sysfs-serde] version = "0.2" [dev-dependencies.serde_json] version = "1" [dev-dependencies.signal-hook] version = "0.3" [dev-dependencies.simple_logger] version = "1" [dev-dependencies.toml] version = "0.5" [features] default = []