# 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] name = "ev3rt" version = "0.8.0" authors = ["Massimiliano Mantione "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for ev3rt" readme = "README.md" license = "MIT" [profile.dev] panic = "abort" [profile.release] panic = "abort" [lib] name = "ev3rt" crate-type = ["lib"] path = "src/lib.rs" [dependencies]