forked from ujh/iomrascalai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
43 lines (37 loc) · 951 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[package]
description = "An AI for the game of Go"
name = "iomrascalai"
version = "0.3.1"
authors = ["Urban Hafner <[email protected]>",
"Thomas Poinsot <[email protected]>",
"Igor Polyakov <[email protected]>"]
homepage = "https://github.com/ujh/iomrascalai"
repository = "https://github.com/ujh/iomrascalai"
license = "GPL-3.0+"
[dependencies]
enum_primitive = "*"
getopts = "*"
num = "*"
num_cpus = "*"
quicksort = "*"
rand = "*"
regex = "*"
regex_macros = "*"
smallvec = "*"
thread-scoped = "*"
time = "*"
toml = "*"
[dependencies.hamcrest]
git = "https://github.com/carllerche/hamcrest-rust.git"
[dev-dependencies.stainless]
git = "https://github.com/reem/stainless.git"
[profile.release]
opt-level = 3
debug = false
rpath = false
lto = true
[profile.bench]
opt-level = 3
debug = false
rpath = false
lto = true