# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ruschm" version = "0.2.0" authors = ["Danielhu ", "hrl ", "Milo Yip ", "xu0o0 "] exclude = [".github/", ".vscode/", ".editorconfig", ".gitignore", ".cargo_vcs_info.json"] description = "Scheme(R7RS-small) interpretor/compiler rust implementation" readme = "README.md" license = "MIT" repository = "https://github.com/Danielmelody/Ruschm" [lib] crate-type = ["lib"] [dependencies.boolinator] version = "2.4.0" [dependencies.cell] version = "0.1.8" [dependencies.either] version = "1.6.1" [dependencies.itertools] version = "0.10.0" [dependencies.num-traits] version = "0.2.14" [dependencies.rustyline] version = "8.0.0" [dependencies.smallvec] version = "1.6.1" [dependencies.termcolor] version = "1.1.2" [dependencies.thiserror] version = "1.0.24"