[package] name = "all4art-commons-utils" version = "0.1.8" edition = "2021" license="AGPL-3.0-or-later" description="A crate containing all all4art utilities." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version="1.0", features=["derive"]} serde_json = "1.0" jsonwebtoken="8"