# 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 = "lokacore" version = "0.3.0" authors = ["Lokathor "] description = "Lokathor's core-only odds and ends" readme = "README.md" keywords = ["lokathor"] license = "0BSD" repository = "https://github.com/Lokathor/lokacore" [package.metadata.docs.rs] rustc-args = ["-Ctarget-cpu=native"] rustdoc-args = ["-Ctarget-cpu=native"] [dependencies.bytemuck] version = "0.1" [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.bincode] version = "1.0" [features] default = [] extern_crate_alloc = ["bytemuck/extern_crate_alloc"] [target."cfg(not(all(target_feature=\"sse\", target_feature=\"sse2\")))".dependencies.libm] version = "^0.1.4" [badges.appveyor] repository = "Lokathor/lokacore" [badges.travis-ci] repository = "Lokathor/lokacore"