[package] name = "ruschm" version = "0.2.0" authors = ["Danielhu ", "hrl ", "Milo Yip ", "xu0o0 "] edition = "2018" repository = "https://github.com/Danielmelody/Ruschm" description = "Scheme(R7RS-small) interpretor/compiler rust implementation" license = "MIT" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html exclude = [ ".github/", ".vscode/", ".editorconfig", ".gitignore", ".cargo_vcs_info.json" ] [lib] crate-type = ["lib"] [dependencies] rustyline = "8.0.0" smallvec = "1.6.1" num-traits = "0.2.14" itertools = "0.10.0" termcolor = "1.1.2" cell = "0.1.8" thiserror = "1.0.24" either = "1.6.1" boolinator = "2.4.0"