[package] name = "jwtx" version = "0.1.2" edition = "2018" authors = ["XiaoY "] description = "A Rust library to json web token" homepage = "https://gitee.com/exidot/exidot" documentation = "https://docs.rs/jwtx/" readme = "readme.md" keywords = ["jwt", "algorithms"] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://gitee.com/exidot/exidot.git" [lib] name = "xmlx" path = "src/lib.rs" [dependencies]