2020-09-02 14:40:40 -07:00
|
|
|
[package]
|
|
|
|
|
name = "not-python"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Alek Ratzloff <alekratz@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
|
cfgrammar = "0.9"
|
|
|
|
|
lrpar = "0.9"
|
|
|
|
|
lrlex = "0.9"
|
2020-09-17 13:26:38 -07:00
|
|
|
rerun_except = "0.1.2"
|
2020-09-02 14:40:40 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cfgrammar = "0.9"
|
|
|
|
|
lrpar = "0.9"
|
|
|
|
|
lrlex = "0.9"
|
|
|
|
|
structopt = "0.3"
|
2020-09-14 14:09:29 -07:00
|
|
|
snafu = "0.6.6"
|
2020-09-14 14:14:21 -07:00
|
|
|
maplit = "1.0.2"
|
|
|
|
|
once_cell = "1.4.1"
|
2020-09-02 14:40:40 -07:00
|
|
|
|
|
|
|
|
#lazy_static = "1.4.0"
|
|
|
|
|
#regex = "1.3.7"
|
|
|
|
|
#derivative = "2.1.1"
|
|
|
|
|
|
2020-09-14 14:14:21 -07:00
|
|
|
[dependencies.shredder]
|
|
|
|
|
git = "https://github.com/Others/shredder"
|
|
|
|
|
features = ["nightly-features"]
|