# 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 = "littlewing" version = "0.7.0" authors = ["Vincent Ollivier "] description = "A chess engine rated at 2050+ ELO, compatible with both UCI and XBoard\nprotocols, with a nice CLI, and a documented library.\n" homepage = "https://vinc.cc/software/littlewing" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/vinc/littlewing" [lib] name = "littlewing" path = "src/lib.rs" [[bin]] name = "littlewing" path = "src/main.rs" doc = false [dependencies.atty] version = "0.2.14" optional = true [dependencies.dirs] version = "3.0.0" optional = true [dependencies.getopts] version = "0.2.21" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.no-std-compat] version = "0.4.1" features = ["alloc", "compat_macros"] [dependencies.rand] version = "0.7.3" default-features = false [dependencies.rand_xorshift] version = "0.2.0" default-features = false [dependencies.regex] version = "1.3.9" optional = true [dependencies.rustyline] version = "6.2.0" optional = true [dependencies.rustyline-derive] version = "0.3.1" optional = true [features] bin = ["atty", "getopts"] default = ["std", "bin"] std = ["dirs", "regex", "rustyline", "rustyline-derive", "no-std-compat/std"] [badges.travis-ci] repository = "vinc/littlewing"