[package] version = "0.3.0" name = "arthroprod" authors = ["Innes Anderson-Morrison "] license-file = "LICENSE" repository = "https://github.com/sminez/arthroprod" documentation = "https://docs.rs/arthroprod" readme = "README.md" description = """ Clifford Algebra based computation for the theory of Absolute Relativity. """ edition = "2018" [[bin]] doc = false name = "aprod-demo" path = "src/bin/demo/main.rs" [dependencies] serde = "1.0.36" serde_json = "1.0" serde_derive = "1.0.36" [dev-dependencies] test-case = "1.0"