onnxruntime-rs/Cargo.toml

16 lines
300 B
TOML
Raw Normal View History

2020-05-14 00:11:16 +04:00
[package]
name = "onnxruntime"
version = "0.1.0"
authors = ["Basile Henry <bjm.henry@gmail.com>", "Chris Chalmers <c.chalmers@me.com>"]
2020-05-14 00:11:16 +04:00
edition = "2018"
2020-05-31 18:25:11 +04:00
license = "MIT"
2020-05-14 00:11:16 +04:00
[dependencies]
lazy_static = "1.4"
structopt = "0.3.14"
crossbeam = "0.7.3"
2020-05-14 00:11:16 +04:00
[build-dependencies]
bindgen = "0.53.2"
heck = "0.3"