# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "signal-backup-decode" version = "0.2.3" authors = ["pajowu "] build = "build.rs" description = "A simple tool to decode signal backups" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/pajowu/signal-backup-decode" [dependencies.anyhow] version = "^1.0" [dependencies.byteorder] version = "^1" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.clap] version = "^2.33" [dependencies.csv] version = "^1.1" [dependencies.generic-array] version = "^0.14" [dependencies.hkdf] version = "^0.10" [dependencies.hmac] version = "^0.10" [dependencies.indicatif] version = "^0.15" [dependencies.infer] version = "^0.3" [dependencies.log] version = "^0.4" [dependencies.openssl] version = "^0.10" [dependencies.protobuf] version = "=2.22" [dependencies.rusqlite] version = "^0.24" [dependencies.rust-ini] version = "^0.16" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.sha2] version = "^0.9" [dependencies.simplelog] version = "^0.9" [dependencies.subtle] version = "^2.2" [build-dependencies.protoc-rust] version = "^2.22" optional = true [features] default = [] rebuild-protobuf = ["protoc-rust"]