# 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 = "rustduino" version = "0.2.2" authors = ["Akshit Verma ", "Aniket Sharma ", "Ayush Agrawal ", "Devansh Kumar Jha ", "Kshitij Kaithal ", "Nikhil Gupta ", "Prateek Kumar Pandey ", "Richa Sachan ", "Sahil Aggarwal ", "Samarth Tripathi ", "Sanmati Pande ", "Satender Kumar Yadav ", "Saurabh Singh ", "Shivam Malhotra ", "Tulika Shukla "] exclude = ["docs/**", "*.sh", ".github/**", ".travis.yml", ".circleci/**"] description = "A generic HAL implementation for Arduino Boards in Rust" homepage = "https://rustduino.shivammalhotra.dev" readme = "Readme.md" license = "AGPL-3.0-only" [package.metadata.docs.rs] all-features = true [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.bit_field] version = "0.7.0" [dependencies.cfg-if] version = "0.1" [dependencies.const_env--value] version = "0.1" [dependencies.fixed-slice-vec] version = "0.8.0" [dependencies.micromath] version = "2.0.0" features = ["statistics"] optional = true [dependencies.volatile] version = "0.2.3" [features] atmega2560p = [] atmega328p = [] com = [] doc = [] math = ["micromath"] random = ["math", "sensors", "com"] sensors = ["com"]