# 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.0" name = "scurry" version = "0.5.0" authors = ["Diego Frias "] exclude = [ "/website", "/examples", ] description = "A component-based object-oriented language" homepage = "https://dzfrias.github.io/scurry-web" readme = "README.md" keywords = [ "cli", "language", "compiler", ] categories = ["compilers"] license = "MIT" repository = "https://github.com/dzfrias/scurry" [dependencies.clap] version = "4.0.13" features = ["derive"] optional = true [dependencies.logos] version = "0.12.1" [dependencies.rustyline] version = "10.0.0" optional = true [dependencies.rustyline-derive] version = "0.7.0" optional = true [dependencies.snailquote] version = "0.3.1" [dependencies.thiserror] version = "1.0.37" [build-dependencies.clap] version = "4.0.13" features = ["derive"] [build-dependencies.clap_complete] version = "4.0.6" [build-dependencies.clap_mangen] version = "0.2.5" [features] default = [ "rustyline", "clap", "rustyline-derive", ]