# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "reform" version = "0.1.0" authors = ["Ben Ruijl "] description = "A symbolic manipulation toolkit which aims to handle expressions with billions of terms, taking up terabytes of diskspace." documentation = "https://readthedocs.org/projects/reform/" readme = "README.md" keywords = ["algebra", "symbolic", "manipulation", "mathematics", "physics"] categories = ["science"] license = "MIT" repository = "https://bitbucket.org/benruyl/reform" [profile.release] codegen-units = 1 [lib] crate-type = ["cdylib", "lib"] [dependencies.bitflags] version = "1.0.4" [dependencies.byteorder] version = "1.1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "^2.30.0" [dependencies.cpuprofiler] version = "0.0.3" optional = true [dependencies.cpython] version = "^0.2.1" features = ["extension-module"] optional = true [dependencies.crossbeam] version = "0.4.1" [dependencies.env_logger] version = "0.5.4" [dependencies.fastdivide] version = "0.2.0" [dependencies.fnv] version = "1.0.3" [dependencies.gmp-mpfr-sys] version = "1.1.4" features = [] default-features = false [dependencies.itertools] version = "^0.7.7" [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4.1" features = ["release_max_level_warn"] [dependencies.ndarray] version = "0.12" [dependencies.num-integer] version = "0.1" [dependencies.num-traits] version = "^0.2" [dependencies.pest] version = "^1.0" [dependencies.pest_derive] version = "^1.0" [dependencies.rand] version = "0.5.4" [dependencies.rug] version = "1.0.1" features = ["integer", "rational"] default-features = false [features] c_api = ["libc"] profile = ["cpuprofiler"] python_api = ["cpython"]