# 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 = "wthr-lang" version = "0.0.3" authors = ["Zander Lewis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An experimental programming language for weather calculations/applications." readme = "README.md" keywords = [ "weather", "language", "experimental", ] license = "Apache-2.0" repository = "https://github.com/zanderlewis/weather" [profile.dev] opt-level = 3 [[bin]] name = "wthr-lang" path = "src/main.rs" [dependencies.num-bigint] version = "^0.4.6" [dependencies.num-rational] version = "^0.4.0" [dependencies.num-traits] version = "^0.2.19"