[package] name = "calcu" version = "0.4.0" authors = ["Greg Depoire-Ferrer "] description = "A calculator library and CLI" keywords = ["number", "calculator"] repository = "https://github.com/aapr0x/calcu" homepage = "https://github.com/aapr0x/calcu" license = "MIT" [dependencies] num-bigint = "0.2.1" num-rational = "0.2.1" num-traits = "0.2.6" num-integer = "0.1.39" either = "1.5.0"