# 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 = "radius" version = "0.4.0" authors = ["moznion "] description = "An async/await native implementation of the RADIUS server and client for Rust." homepage = "https://github.com/moznion/radius-rs" documentation = "https://docs.rs/radius" readme = "README.md" keywords = [ "radius", "async", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/moznion/radius-rs" resolver = "1" [dependencies.async-trait] version = "0.1.77" [dependencies.chrono] version = "0.4" [dependencies.log] version = "0.4.20" [dependencies.md5] version = "0.7.0" optional = true [dependencies.num_enum] version = "0.7.2" [dependencies.openssl] version = "0.10" optional = true [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [features] default = ["md5"] md5 = ["dep:md5"] openssl = ["dep:openssl"]