# 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 = "linkstore" version = "1.0.2" authors = ["William Venner "] description = "Library for embedding, manipulating and retrieving data embedded in binaries using linker sections" readme = "README.md" keywords = [ "linker", "elf", "pe", "binary", "linkstore", ] categories = [ "development-tools::build-utils", "development-tools::ffi", "encoding", ] license = "MIT" repository = "https://github.com/WilliamVenner/linkstore" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [profile.linkstore-test-release] opt-level = "s" lto = true debug = false inherits = "release" [dependencies.goblin] version = "0.6" [dependencies.ouroboros] version = "0.15" [dependencies.sealed] version = "0.4" [dependencies.thiserror] version = "1" [dev-dependencies.libloading] version = "0.7" [features] default = [ "embedder", "store", ] embedder = [] store = []