[package] name = "smbpndk-model" version = "0.3.7" edition = "2021" authors = ["Seto Elkahfi "] description = "Command line tool for creating and managing SmbPndk resources." license = "Apache-2.0" repository = "https://github.com/smbpndk/smbpndk-cli" documentation = "https://docs.smbpndk.com/cli" keywords = ["cli", "cloud", "web2", "web3", "smbpndk"] categories = ["command-line-utilities", "command-line-interface", "cryptography::cryptocurrencies", "development-tools", "wasm"] readme = "README.md" [dependencies] chrono = { version = "0.4", features = ["serde"] } serde = { version = "1", features = ["derive"] } serde_json = "1.0.82" spinners = "4.1.0"