# 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 = "lassie" version = "0.9.0" authors = ["Miroslav Bajtoš "] build = "build.rs" exclude = [ "docs/images/logo-square.png", "docs/images/logo-rectangle.jpg", ] description = "A Rust wrapper for Lassie - a minimal universal retrieval client library for IPFS and Filecoin" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-station/rusty-lassie" [dependencies.log] version = "0.4.17" [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.ureq] version = "2.9.4" [build-dependencies.cc] version = "1.0"