# 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_core" version = "0.2.0" authors = ["Philipp Emanuel Weidmann "] description = "A primitive computer algebra system (library)" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/p-e-w/savage" [dependencies.chumsky] version = "0.8.0" [dependencies.derivative] version = "2.2.0" [dependencies.nalgebra] version = "0.29.0" [dependencies.num] version = "0.4.0" [dependencies.permutohedron] version = "0.2.4" [dependencies.primal] version = "0.3.0" [dependencies.savage_macros] version = "0.1.0"