# Copyright 2018 The Fuchsia Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
[package] | |
name = "wlan-rsn" | |
version = "0.1.0" | |
license = "BSD-3-Clause" | |
[dependencies] | |
bitfield="0.12" | |
byteorder = "1.1" | |
bytes = "0.4" | |
eapol = "0.1" | |
failure = "0.1" | |
hex = "0.3" | |
nom = "3.2" | |
num = "0.1" | |
num-bigint = "0.1" | |
rand = "0.3" | |
rust-crypto = "0.2" | |
time = "0.1" |