# 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 = "rl2tp" version = "0.3.0" authors = ["Kim Nilsson "] autobenches = false description = "A Rust implementation of the L2TP protocol." homepage = "https://github.com/nilssonk/rl2tp" readme = "README.md" license = "MIT" repository = "https://github.com/nilssonk/rl2tp" [[bench]] name = "avp" harness = false [dependencies.criterion] version = "0.3" optional = true [dependencies.enum_dispatch] version = "0.3" [dependencies.md5] version = "0.7" [dependencies.num_enum] version = "0.5" [dependencies.once_cell] version = "1.10" optional = true [dependencies.phf] version = "0.10" features = ["macros"] [dependencies.rand] version = "0.8" features = ["small_rng"] optional = true [features] benchmarks = [ "dep:criterion", "dep:once_cell", "dep:rand", ] fail-on-warnings = []