16 lines
343 B
TOML
16 lines
343 B
TOML
|
[package]
|
||
|
name = "icf-reader"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
aes = "0.8.3"
|
||
|
anyhow = "1.0.75"
|
||
|
binary-reader = "0.4.5"
|
||
|
cbc = { version = "0.1.2", features = ["std"] }
|
||
|
chrono = "0.4.31"
|
||
|
crc32fast = "1.3.2"
|
||
|
hex-literal = "0.4.1"
|