# 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 = "segappend" version = "0.2.0" include = [ "**/*.rs", "Cargo.toml", "README.md", "LICENSE", "include/segappend.h", "src/segappend.cc", ] description = "Append custom data to compiled binaries by creating a new segment." homepage = "https://github.com/DjDeveloperr/segappend" documentation = "https://docs.rs/segappend" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/DjDeveloperr/segappend" [build-dependencies.cc] version = "1.0.79"