# 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 = "2018" name = "parsley" version = "0.10.0" authors = ["George Kaplan "] description = "An implementation of Scheme" readme = "./README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/g-s-k/parsley" [lib] name = "parsley" path = "src/lib.rs" [dev-dependencies.pretty_assertions] version = "0.5.1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap] version = "3.2" features = ["derive"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustyline] version = "10.0.0"