# 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" rust-version = "1.78" name = "git-hackme" version = "1.0.0-beta.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Spontaneously host a local git repository for collaboration, use with mob." readme = "Readme.md" keywords = [ "git", "hackerspace", "collaboration", "mob", ] categories = [ "command-line-utilities", "development-tools", ] license = "EUPL-1.2" repository = "https://github.com/HeroicKatora/git-hackme" [[bin]] name = "git-hackme" path = "src/main.rs" [dependencies.base64] version = "0.22" [dependencies.bip39-lexical-data] version = "1" [dependencies.directories] version = "5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tinytemplate] version = "1.2" [dependencies.ureq] version = "2" features = [] default-features = false [dependencies.url] version = "2" [dependencies.which] version = "6" [dependencies.whoami] version = "1.5" [target.'cfg(any(target_os = "macos", target_os = "ios", unix))'.dependencies.netdev] version = "0.25"