# 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 = "sclan" version = "0.3.0" exclude = ["screenshots/"] description = "Simple Communication over Local Area Network" readme = "README.md" keywords = ["network", "utility", "quic", "p2p", "productivity"] categories = ["network-programming", "command-line-utilities"] license = "BSD-3-Clause-Clear" repository = "https://github.com/Flaise/sclan" resolver = "2" [dependencies.clipboard] version = "0.5.0" [dependencies.crossterm] version = "0.22" [dependencies.gethostname] version = "0.2.2" [dependencies.qp2p] version = "0.28.5" default-features = false [dependencies.textwrap] version = "0.15" features = ["unicode-width"] default-features = false [dependencies.time] version = "0.3.7" features = ["formatting", "macros", "local-offset"] [dependencies.tokio] version = "1.17.0" features = ["rt", "time", "net", "macros", "fs", "io-util"] [dependencies.tui] version = "0.17" [dependencies.unicode-width] version = "0.1"