# 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 = "scs" version = "0.1.5" default-run = "scs" description = "Open source p2p share for devs to share anything with teammates across machines securely." homepage = "https://github.com/Onboardbase/secure-share" documentation = "https://github.com/Onboardbase/secure-share#secure-share--" readme = "README.md" keywords = [ "p2p", "sharing", "security", ] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/Onboardbase/secure-share" resolver = "1" [dependencies.anyhow] version = "1.0.22" [dependencies.clap] version = "4.3.10" features = ["derive"] [dependencies.dialoguer] version = "0.10.4" [dependencies.directories-next] version = "2.0.0" [dependencies.futures] version = "0.3.28" [dependencies.futures-timer] version = "3.0" [dependencies.libp2p] version = "0.52.1" features = [ "async-std", "dns", "dcutr", "identify", "macros", "ping", "relay", "rendezvous", "tcp", "tokio", "yamux", "tls", "autonat", ] [dependencies.quic] version = "0.9.0-alpha" features = [ "tokio", "async-std", ] package = "libp2p-quic" [dependencies.rand] version = "0.8" [dependencies.request_response] version = "0.25.0" features = ["json"] package = "libp2p-request-response" [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0.166" features = ["derive"] [dependencies.serde_json] version = "1.0.100" [dependencies.serde_yaml] version = "0.9.24" [dependencies.time] version = "0.3.25" features = ["parsing"] [dependencies.tokio] version = "1.28.1" features = [ "rt", "rt-multi-thread", "time", "macros", "sync", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.11" features = [ "env-filter", "fmt", "ansi", "time", "local-time", ] default-features = false [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.predicates] version = "3.0.3"