# 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 = "dexter-ipfs-car" version = "0.1.1" authors = ["Aurimas Narkevicius "] description = "Dexter IPFS CAR (Content Addressable aRchive) library" homepage = "https://dexterlab.com" license = "Apache-2.0" repository = "https://github.com/dexterlaboss/ipfs-car" [lib] name = "dexter_ipfs_car" crate-type = ["lib"] [[bin]] name = "car-reader" path = "src/bin/car-reader.rs" [[bin]] name = "car-writer" path = "src/bin/car-writer.rs" [[bin]] name = "car-indexer" path = "src/bin/car-indexer.rs" [[bin]] name = "car-seek" path = "src/bin/car-seek.rs" [dependencies.anyhow] version = "1.0" [dependencies.cid] version = "0.10" [dependencies.multihash] version = "0.16" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_cbor] version = "0.11"