# 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 = "dinvoke_nostd" version = "0.1.2" authors = ["Kurosh Dabbagh Escalante (@_Kudaes_)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Dynamically invoke arbitrary unmanaged code." readme = "README.md" keywords = [ "dinvoke_nostd", "execution", "syscall", ] license = "MIT" repository = "https://github.com/Kudaes/DInvoke_rs/tree/no_std" [profile.dev] debug-assertions = false panic = "abort" strip = true [profile.release] debug-assertions = false panic = "abort" strip = true [lib] name = "dinvoke_nostd" path = "src/lib.rs" [dependencies.data_nostd] version = "0.1.0" [dependencies.dinvoke_] version = "0.1.1" [dependencies.manualmap_nostd] version = "0.1.2" [dependencies.utils_nostd] version = "0.1.0"