# 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] edition = "2021" name = "troll-rs" version = "0.1.0" authors = [ "Michaƫl Hauspie ", "Damien Amara ", ] description = "A tool to help creating and building a Troll relocatable binary" homepage = "https://gitlab.univ-lille.fr/2xs/pip/troll-rs" readme = "README.md" license-file = "LICENSE" repository = "https://gitlab.univ-lille.fr/2xs/pip/troll-rs.git" [[bin]] name = "troll-rs" path = "src/main.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.cargo-scaffold] version = "0.12.0" [dependencies.clap] version = "4.5.2" [dependencies.elf] version = "0.7.4" [dependencies.thiserror] version = "1.0.61"