# 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 = "callisp" version = "0.2.1" description = "A lisp interpreter that can be used with WASM." homepage = "https://callumirving.pages.dev/projects/callisp/" readme = "README.md" keywords = [ "lisp", "wasm", "language", "interpreter", ] categories = ["compilers"] license = "GPL-2.0" repository = "https://github.com/Callum-Irving/callisp" [lib] name = "callisp" path = "src/lib.rs" [[bin]] name = "callisp" path = "src/main.rs" [dependencies.dyn-clone] version = "1.0.10" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "7.1.3" [dependencies.wasm-bindgen] version = "0.2"