# 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 = "orecc-elf" version = "0.0.2" authors = ["InfiniteCoder "] description = "Easy read/write ELF 32/64 relocatibles/executables/dynamics" readme = "README.md" keywords = [ "api", "elf", "object", ] categories = [ "compilers", "development-tools::build-utils", "encoding", "hardware-support", "os", ] license = "MIT" repository = "https://github.com/InfiniteCoder01/orecc-elf/" [dependencies.target-lexicon] version = ">=0.12.0" optional = true [features] target-lexicon = ["dep:target-lexicon"]