# 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 = "eiche" version = "0.2.0" authors = ["Ranjeeth Mahankali "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library with tools for working with symbolic expressions." readme = "README.md" keywords = [ "symbolic", "expressions", "math", "algebra", "tree", ] categories = ["mathematics"] license = "GPL-3.0-only" repository = "https://github.com/ranjeethmahankali/eiche" [lib] name = "eiche" path = "src/lib.rs" [dependencies.inari] version = "2.0" optional = true [dependencies.inkwell] version = "0.4" features = ["llvm14-0"] optional = true [dependencies.lazy_static] version = "1.4" [dependencies.rand] version = "0.8" [features] default = [ "llvm-jit", "inari-intervals", ] inari-intervals = ["dep:inari"] llvm-jit = ["dep:inkwell"]