# 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 = "xtensa-lx106-rt" version = "0.1.2" authors = ["Robin appelman "] links = "xtensa-lx106" description = "Low level access for xtensa lx6 processors and peripherals" readme = "README.md" categories = ["embedded", "hardware-support", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/xtensa-lx106-rt" [package.metadata.cargo-xbuild] memcpy = true sysroot_path = "target/sysroot" [profile.dev] lto = true codegen-units = 1 incremental = false [profile.release] lto = true codegen-units = 1 debug = true incremental = false [dependencies.r0] version = "1.0" [dependencies.xtensa-lx106-rt-proc-macros] version = "=0.1.2"