# 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 = "Ygen" version = "0.1.2" authors = ["Cr0a3"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Yet another code generation libary like LLVM" homepage = "https://ygen.vercel.app/" readme = "README.md" keywords = [ "compiler", "codegen", "llvm", ] categories = ["development-tools::ffi"] license = "Apache-2.0" repository = "https://github.com/Toni-Graphics/ygen" [package.metadata.docs.rs] rustdoc-args = [ "--allow", "warnings", ] [lib] name = "Ygen" path = "src/lib.rs" [[example]] name = "debug_metadata" path = "examples/debug_metadata.rs" [[example]] name = "helloworld" path = "examples/helloworld.rs" [[example]] name = "obj" path = "examples/obj.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "ir" path = "tests/ir.rs" [[test]] name = "x64_instruction_encoding" path = "tests/x64_instruction_encoding.rs" [dependencies.gimli] version = "0.31.0" features = ["write"] [dependencies.logos] version = "0.14.2" [dependencies.object] version = "0.36.4" features = ["write"] [dependencies.unescaper] version = "0.1.5" [dependencies.ygen_proc] version = "0.1.0"