# 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 = "gistit-daemon" version = "0.2.1" authors = ["Fabricio "] description = "Gistit daemon used for p2p file sharing" homepage = "https://gistit.vercel.app/" readme = "./README.md" keywords = ["gistit"] categories = ["command-line-utilities", "text-processing"] license = "MIT OR Apache-2.0" repository = "https://github.com/fabricio7p/gistit" [profile.release] opt-level = "s" lto = true codegen-units = 1 [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "3.1.0" features = ["derive"] [dependencies.either] version = "1.6.1" [dependencies.env_logger] version = "0.9.0" features = ["termcolor", "atty", "humantime"] default-features = false [dependencies.gistit-ipc] version = "0.2.0" [dependencies.gistit-project] version = "0.1.0" [dependencies.gistit-proto] version = "0.1.2" [dependencies.libp2p] version = "0.42.2" features = ["noise", "kad", "identify", "mplex", "dns-tokio", "tcp-tokio", "yamux", "request-response", "relay", "autonat", "websocket", "ping"] default-features = false [dependencies.log] version = "0.4.14" [dependencies.openssl-sys] version = "0.9" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["macros", "fs", "rt", "rt-multi-thread", "sync", "io-util"] [dependencies.void] version = "1.0.2" [dependencies.zeroize] version = "1.5.2" [features] vendored = ["openssl-sys/vendored"]