# 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 = "2018" name = "rbop" version = "0.2.0" authors = ["Aaron Christiansen "] description = "Rust framework for writing mathematical expression editors" homepage = "https://github.com/AaronC81/rbop" license = "MIT" repository = "https://github.com/AaronC81/rbop" [dependencies.num-integer] version = "0.1.44" default-features = false [dependencies.num-traits] version = "0.2.14" default-features = false [dependencies.rust_decimal] version = "= 1.23.1" features = ["maths"] default-features = false [dependencies.speedy2d] version = "1.1.0" optional = true [dependencies.termion] version = "1.5.6" optional = true [features] examples = [ "termion", "speedy2d", ]