af_path 0.2.3

path查询语言库
Documentation
[package]

name = "af_path"

version = "0.2.3"

edition = "2018"

description = "path查询语言库"

license = "MIT OR Apache-2.0"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

quote = "1.0"

proc-macro2 = "1.0.28"

serde_json = "1.0.66"

iso8601 = "0.4.0"

serde = { version = "1.0.130", features = ["derive"] }

serde_derive = "1.0.130"

serde_yaml = "0.8.21"

yaml-rust = "0.4.5"

syn = { version = "1.0", features = ["extra-traits", "full"] }



[lib]

proc-macro = true