# 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 = "ferrum_compiler" version = "0.0.4" description = "Compiler library for the Ferrum programming language." readme = "README.md" license = "MIT" repository = "https://github.com/ferrum-lang/ferrum_compiler" [lib] name = "ferrum_compiler" [[bin]] name = "manual_test" required-features = ["build-binary"] [dependencies.anyhow] version = "1.0.71" [dependencies.env_logger] version = "0.10.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.thiserror] version = "1.0.41" [features] build-binary = ["env_logger"]