# 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 = "wrecc" version = "0.2.0" authors = ["Philipp Rados"] description = "A x86_64 C99 compiler written from scratch" readme = "README.md" keywords = [ "compiler", "c", "x86_64", "codegen", ] license = "MIT" repository = "https://github.com/PhilippRados/wrecc" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "wrecc" path = "src/main.rs" [dependencies.wrecc_compiler] version = "0.2.0"