# 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 = "tlfs" version = "0.1.0" description = "The Local First SDK" license = "MIT" repository = "https://github.com/cloudpeers/tlfs" resolver = "2" [profile.release] lto = true [dependencies.anyhow] version = "1.0.51" [dependencies.async-trait] version = "0.1.52" [dependencies.bytecheck] version = "0.6.7" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.fnv] version = "1.0.7" [dependencies.futures] version = "0.3.17" [dependencies.libp2p] version = "0.41.0" features = ["mdns", "noise", "ping", "request-response", "tcp-async-io", "yamux"] default-features = false [dependencies.libp2p-broadcast] version = "0.7.0" [dependencies.log-panics] version = "2.0.0" [dependencies.rkyv] version = "0.7.26" [dependencies.tlfs-crdt] version = "0.1.0" [dependencies.tracing] version = "0.1.29" [dependencies.tracing-log] version = "0.1.2" [dependencies.tracing-subscriber] version = "0.3.3" features = ["env-filter"] [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-global-executor] version = "2.0.2" [target."cfg(target_os = \"android\")".dependencies.tracing-android] version = "0.1.6"