# 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 = "macroscript" version = "0.6.0" authors = ["baltdev"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reimplementation of my macroscript programming language." readme = "README.md" license = "MIT" repository = "https://github.com/balt-dev/macroscript" [lib] name = "macroscript" path = "src/lib.rs" [dependencies.getrandom] version = "0.2" optional = true [dependencies.itertools] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.rand_pcg] version = "0.3" [dependencies.regex] version = "1" [dependencies.seahash] version = "4" [features] js = [ "dep:getrandom", "getrandom/js", ]