# 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 = "flip-link" version = "0.1.9" authors = ["The Knurling-rs developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flips the memory layout of embedded programs to protect against stack overflows" readme = "README.md" keywords = [ "arm", "cortex-m", "stack-protection", ] categories = [ "command-line-utilities", "development-tools", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/knurling-rs/flip-link" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "flip-link" path = "src/main.rs" [[test]] name = "verify" path = "tests/verify.rs" [dependencies.env_logger] version = "0.11" default-features = false [dependencies.getrandom] version = "0.2" [dependencies.log] version = "0.4" [dependencies.object] version = "0.35" features = [ "read_core", "elf", "std", ] default-features = false [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.rstest] version = "0.19" default-features = false