# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "chaos-sdk" version = "0.1.6" authors = [ "FL03 ", "Scattered-Systems ", ] publish = true description = "A lightweight IPFS client designed for an optimized, end-user experience" readme = "README.md" keywords = [ "blockchain", "cloud-storage", "decentralized", "scsys", ] categories = [] license = "MIT" repository = "https://github.com/scattered-systems/chaos.git" [lib] crate-type = [ "cdylib", "rlib", ] test = true [[bin]] name = "chaos" [dependencies.clap] version = "3.2.5" features = ["derive"] [dependencies.config] version = "0.13.1" [dependencies.glob] version = "0.3.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [features] default = []