[package] name = "smdton" version = "0.1.2" edition = "2021" authors = ["smwasm@outlook.com"] repository = "https://github.com/smwasm/smdton.git" license = "Apache-2.0" description = "Data Tree Object Notation" [dependencies] json = "0.12.4" lazy_static = "1.4.0" base64 = "0.22.0" [lib] crate-type = ["rlib", "cdylib"]