# 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 = "neuromorphic-drivers" version = "0.14.0" authors = [ "International Centre for Neuromorphic Systems", "Alexandre Marcireau", ] description = "Neuromorphic devices drivers" homepage = "https://github.com/neuromorphicsystems/neuromorphic-rs/" documentation = "https://docs.rs/neuromorphic-drivers/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/neuromorphicsystems/neuromorphic-rs/" [dependencies.bincode] version = "1.3" [dependencies.libc] version = "0.2" [dependencies.libusb1-sys] version = "0.6" [dependencies.neuromorphic-types] version = "0.4" [dependencies.paste] version = "1.0" [dependencies.rusb] version = "0.9" features = ["vendored"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0"