# 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 = "riscu" version = "0.5.0" authors = ["Jonathan Behrens ", "Christian Mösl ", "Fabian Nedoluha "] description = "A simple library for loading/encoding RISC-U ELF64 binaries" homepage = "http://selfie.cs.uni-salzburg.at" documentation = "https://docs.rs/riscu" keywords = ["riscv", "riscu"] categories = ["embedded", "encoding", "parsing"] license = "MIT" repository = "https://github.com/cksystemsgroup/riscu" [dependencies.byteorder] version = "~1.4.2" [dependencies.goblin] version = "~0.3.4" [dependencies.thiserror] version = "~1.0.24" [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.tempfile] version = "~3.1.0"