# 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] name = "whitespacers" version = "1.1.0" authors = ["CensoredUsername cens.username@gmail.com"] exclude = ["commit_docs.sh"] description = "A whitespace JIT-compiler, for when your whitespace just isn't executing fast enough." documentation = "https://censoredusername.github.io/whitespace-rs/whitespacers/index.html" readme = "README.md" keywords = [ "whitespace", "wsc", ] license = "MPL-2.0" repository = "https://github.com/CensoredUsername/whitespace-rs" [profile.release] lto = true debug = 2 [lib] name = "whitespacers" path = "src/lib.rs" [[bin]] name = "wsc" path = "src/main.rs" [dependencies.bitflags] version = "2.5.0" [dependencies.crossbeam] version = "0.8.4" [dependencies.dynasmrt] version = "2.0.0" [dependencies.fnv] version = "1.0.7" [dependencies.itertools] version = "0.12.1" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18"