# 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 = "gdata" version = "0.0.1" description = "A graph layer on top of Iroh documents." license = "MIT OR Apache-2.0" repository = "https://github.com/commune-os/weird/" [dependencies.anyhow] version = "1.0.86" [dependencies.cobs] version = "0.2.3" [dependencies.futures] version = "0.3.30" default-features = false [dependencies.iroh] version = "0.18.0" default-features = false [dependencies.quic-rpc] version = "0.10.1" [dependencies.quick_cache] version = "0.5.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.smallstr] version = "0.3.0" [dependencies.smallvec] version = "1.13.2" [dependencies.ulid] version = "1.1.2" [dev-dependencies.tokio] version = "1.38.0" [features] default = [] serde = [ "dep:serde", "smallvec/serde", "smallstr/serde", ]