# 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" rust-version = "1.65" name = "spaik" version = "0.3.1" authors = ["Jonas Møller "] default-run = "repl" description = "The SPAIK Programming Language" homepage = "https://github.com/snyball/spaik" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/snyball/spaik" [profile.release] panic = "abort" [profile.wasm] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" inherits = "release" [lib] name = "spaik" path = "src/lib.rs" [[bin]] name = "repl" path = "src/bin/readline-repl.rs" required-features = ["readline"] [[bin]] name = "main" path = "src/main.rs" [[bin]] name = "lisp-test" path = "src/bin/run-lisp-tests.rs" [[bin]] name = "scratch" path = "src/bin/scratch.rs" [[bench]] name = "lisp_test" harness = false [[bench]] name = "sieve" harness = false [dependencies.bincode] version = "1.3.3" optional = true [dependencies.comfy-table] version = "5.0.0" features = [] optional = true default-features = false [dependencies.convert_case] version = "0.6.0" [dependencies.dirs] version = "4.0.0" optional = true [dependencies.fnv] version = "1.0" [dependencies.glam] version = "0.21.3" features = [ "mint", "serde", ] optional = true [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.num-traits] version = "0.2.15" [dependencies.owo-colors] version = "3.5.0" features = ["supports-colors"] optional = true [dependencies.phf] version = "0.11.1" features = ["macros"] [dependencies.rustyline] version = "6.2" optional = true [dependencies.serde] version = "1.0.143" features = ["derive"] [dependencies.spaik-proc-macros] version = "0.1.0" optional = true [dev-dependencies.iai] version = "0.1.1" features = ["macro"] [dev-dependencies.pretty_env_logger] version = "0.4" [build-dependencies.wasm-bindgen] version = "0.2.79" optional = true [features] default = [ "math", "extra", "readline", "derive", "modules", "freeze", ] derive = ["spaik-proc-macros"] extra = [ "comfy-table", "owo-colors", ] freeze = ["bincode"] math = ["glam"] modules = ["bincode"] no-threading = [] readline = [ "rustyline", "dirs", ] wasm = ["wasm-bindgen"] [target."cfg(all(target_env = \"musl\", target_pointer_width = \"64\"))".dependencies.jemallocator] version = "0.3.2"