[package] name = "ComplexNumbers" version = "0.1.3" authors = ["msaleh"] edition = "2018" license = "MIT" description = "a library for performing operations on complex numbers in which the magnitude of the real and imaginary parts are provided in f64 datatype." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]