# 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 = "neogrok" version = "1.0.0" description = "Neogrok server implementation" readme = "README.md" license = "MIT" repository = "https://github.com/nerodono/neogrok" [profile.release] opt-level = 3 lto = true [lib] name = "neogrok" path = "lib/lib.rs" [[bin]] name = "neogrokd" path = "bin/main.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.flume] version = "0.10.14" features = ["async"] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.mid-idpool] version = "1.0.0" [dependencies.mid-net] version = "1.0.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "rt", "rt-multi-thread", "net", "sync", "macros", "io-util", ] default-features = false [dependencies.toml] version = "0.7.2" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16"