# 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 = "savage" version = "0.2.0" authors = ["Philipp Emanuel Weidmann "] description = "A primitive computer algebra system (REPL)" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/p-e-w/savage" [dependencies.ansi_term] version = "0.12.1" [dependencies.directories] version = "4.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.4" [dependencies.rustyline] version = "9.0.0" [dependencies.rustyline-derive] version = "0.6.0" [dependencies.savage_core] version = "0.2.0"