[package] name = "charlotte" version = "0.1.0" authors = ["k m nandyka"] edition = "2021" description = "charlotte is a rust lib for vector calculus" license = "MIT" repository = "https://github.com/mornsoltice/charlotte" keywords = ["vector", "calculus", "math"] categories = ["science", "mathematics"] readme = "README.MD" [dependencies] dyn-clone = "1.0.17" rand = "0.8.5"