[package] name = "fritzdecode" version = "0.1.0" description = "Tools for working with AVM FritzBox config file exports" edition = "2021" license = "AGPL-3.0-or-later" repository = "https://gitlab.com/xiretza/fritzdecode" [dependencies] clap = { version = "4.0.32", features = ["derive"] } color-eyre = "0.6.2" # library aes = "0.8.2" cbc = { version = "0.1.2", features = ["std"] } crc = "3.0.0" data-encoding = "2.3.2" hex = "0.4.3" md-5 = "0.10.5" rand = "0.8.5" regex = "1.7.0" thiserror = "1.0.37"