# 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 = "agis" version = "0.4.0" authors = ["Nathan Fisher"] description = "A Spartan protocol server" readme = "README.md" keywords = [ "networking", "spartan", ] categories = ["network-programming"] license = "GPL-3.0-or-later" repository = "https://codeberg.org/jeang3nie/agis" [profile.release] lto = true codegen-units = 1 strip = true [dependencies.chrono] version = "0.4" [dependencies.ctrlc] version = "3.2" features = ["termination"] [dependencies.getopts] version = "0.2" [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1.15" [dependencies.ron] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.3" [dependencies.tree_magic_mini] version = "3.0" [dependencies.urlencoding] version = "2.1"