# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "arthroprod" version = "0.3.0" authors = ["Innes Anderson-Morrison "] description = "Clifford Algebra based computation for the theory of Absolute Relativity.\n" documentation = "https://docs.rs/arthroprod" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/sminez/arthroprod" [[bin]] name = "aprod-demo" path = "src/bin/demo/main.rs" doc = false [dependencies.serde] version = "1.0.36" [dependencies.serde_derive] version = "1.0.36" [dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "1.0"