# 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] name = "hexe_core" version = "0.0.5" authors = ["Nikolai Vazquez"] include = ["Cargo.toml", "src/**/*.rs", "README*", "CHANGELOG*", "LICENSE*"] description = "The core components of the hexe chess engine crate." documentation = "https://docs.rs/hexe_core" readme = "README.md" keywords = ["chess", "engine", "ai", "magic"] categories = ["no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/hexe-rs/Hexe" [dependencies.memchr] version = "2.0.0" default-features = false [dependencies.rand] version = "0.4.1" optional = true default-features = false [dependencies.serde] version = "1.0.0" optional = true default-features = false [dependencies.uncon] version = "1.1.0" default-features = false [dependencies.uncon_derive] version = "1.1.1" default-features = false [dev-dependencies.rand] version = "0.4.1" [dev-dependencies.static_assertions] version = "0.2" [build-dependencies.version_check] version = "0.1" [features] default = ["std", "memchr/libc"] simd = [] std = ["memchr/use_std", "uncon/std", "uncon_derive/std"] [badges.appveyor] repository = "nvzqz/Hexe" [badges.travis-ci] repository = "hexe-rs/Hexe"