# 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 = "fuzzr" version = "0.0.6" authors = ["Hunter Trujillo ", "David Croisant "] exclude = ["docs", ".github", ".vscode"] description = "P2P platform for publishing content, self-hosting, decentralized curation, and more." homepage = "https://fuzzr.net" documentation = "https://github.com/FuzzrNet/Fuzzr/tree/main/docs" keywords = ["ipfs", "p2p", "gui", "self-hosted"] categories = ["cryptography", "filesystem", "multimedia", "text-editors", "web-programming"] license = "Unlicense" repository = "https://github.com/FuzzrNet/Fuzzr" resolver = "2" [profile.release] lto = true codegen-units = 1 [[bin]] name = "fuzzr" test = true bench = false [dependencies.anyhow] version = "1.0" [dependencies.async-std] version = "1.10" features = ["attributes"] [dependencies.crossbeam-utils] version = "0.8.4" [dependencies.directories-next] version = "2.0.0" [dependencies.iced] version = "0.3.0" features = ["wgpu", "default_system_font", "image", "async-std"] [dependencies.iced_futures] version = "0.3.0" [dependencies.iced_native] version = "0.4.0" [dependencies.image] version = "0.24" [dependencies.infer] version = "0.6.0" [dependencies.ipfs-embed] version = "0.22.4" [dependencies.libipld] version = "=0.12.0" [dependencies.lockfree] version = "0.5.1" [dependencies.log] version = "0.4" [dependencies.par-stream] version = "0.10" features = ["runtime-async-std"] [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.walkdir] version = "2.3.2" [dev-dependencies.criterion] version = "0.3.4" [dev-dependencies.tempfile] version = "3.2.0"