# 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 = "litex" version = "0.1.3" authors = ["Tom Vijlbrief "] description = "Running Rust on the (Linux) Litex VexRiscv FPGA SOC" documentation = "https://github.com/tomtor/rust-litex/blob/master/README.md" license = "GPL-3.0" repository = "https://github.com/tomtor/rust-litex" [profile.release] lto = true codegen-units = 1 debug = true [[bin]] name = "litex" test = false bench = false [dependencies.linked_list_allocator] version = "0.6" [dependencies.riscv] version = "0.5.3" [dependencies.riscv-rt] version = "0.6"