[package] authors = ["FL03 ", "Scattered-Systems "] categories = [] description = "A lightweight IPFS client designed for an optimized, end-user experience" edition = "2021" keywords = ["blockchain", "cloud-storage", "decentralized", "scsys"] license = "MIT" name = "chaos-sdk" publish = true readme = "README.md" repository = "https://github.com/scattered-systems/chaos.git" version = "0.1.6" # TODO - Update crate version [features] default = [] [[bin]] name = "chaos" [lib] crate-type = ["cdylib", "rlib"] test = true [dependencies] clap = { features = ["derive"], version = "3.2.5" } config = "0.13.1" glob = "0.3.0" serde = { features = ["derive"], version = "1.0.137" }