# 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 = "editres" version = "0.1.6" authors = ["branchseer "] description = "Embed data into executables after build" homepage = "https://github.com/branchseer/editres" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/branchseer/editres" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1" optional = true [dependencies.apple-codesign] version = "0.27" optional = true default-features = false [dependencies.const_format] version = "0.2.32" optional = true [dependencies.postject_sys] version = "0.1" [features] default = ["injectee"] injectee = [ "postject_sys/injectee", "const_format", ] injector = [ "postject_sys/injector", "anyhow", "apple-codesign", ]