-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (30 loc) · 826 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
[package]
name = "Rattus"
version = "0.1.0"
authors = ["Corallus-Caninus <[email protected]>"]
edition = "2018"
[profile.release]
lto=true
incremental=true
opt-level=3
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "Rattus"
path = "src/lib.rs"
[dependencies]
x11 = "2.18.2"
enclose = "1.1.8"
uinput = "0.1.3"
toml = "0.5.8"
serde_derive = "1.0.130"
serde = "1.0.130"
tensorflow = {version = "0.17.0", features = ["tensorflow_gpu"]}
rand = "0.8.4"
half = "1.7.1"
# TODO: feature = rat_brain
#TODO: graphical plotting with ratbrain either Tensorboard or something native
inputbot = { git = "https://github.com/Corallus-Caninus/inputbot.git" }
#[dependencies.inputbot]
#path = "../InputBot"
# [dependencies.tensorflow]
# path = "../Tensorflow-Rust/rust"