# 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 = "hektor" version = "0.2.2" authors = ["Lokathor "] description = "A library for hekkin vectors." readme = "README.md" keywords = ["math", "vector", "graphics"] license = "0BSD" repository = "https://github.com/Lokathor/hektor" [dependencies.lokacore] version = "^0.1.5" default-features = false [dependencies.mint] version = "0.5" optional = true default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1.0" [dev-dependencies.getrandom] version = "0.1" [dev-dependencies.randomize] version = "3.0.0-rc.3" [features] default = ["free_functions"] free_functions = [] [badges.appveyor] repository = "Lokathor/hektor" [badges.travis-ci] repository = "Lokathor/hektor"