[package] name = "red_spnego" version = "0.0.1" description = "Library to construct spnego messages" authors = ["Eloy PĂ©rez "] edition = "2018" license = "LGPL-3.0" repository = "https://gitlab.com/Zer1t0/red_spnego" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nom = "6.0" thiserror = "1.0" red_asn1 = "0.3" red_asn1_derive = "0.2"