mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-07 18:31:14 +00:00
40 lines
676 B
TOML
40 lines
676 B
TOML
[package]
|
|
name = "dcb-io"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
# Dcb
|
|
dcb-bytes = { path = "../dcb-bytes" }
|
|
dcb-util = { path = "../dcb-util" }
|
|
dcb-iso9660 = { path = "../dcb-iso9660" }
|
|
|
|
# Log
|
|
log = "0.4"
|
|
|
|
# Util
|
|
byteorder = "1.3"
|
|
chrono = "0.4.19"
|
|
#ascii = { version = "1.0", features = ["serde"] }
|
|
#arrayref = "0.3"
|
|
#int-conv = "0.1"
|
|
#bitmatch = "0.1"
|
|
#either = "1.6"
|
|
#smallvec = "1.4"
|
|
#num_enum = "0.5"
|
|
|
|
# Serde
|
|
#serde = { version = "1.0", features = ["derive"] }
|
|
#serde_yaml = "0.8"
|
|
|
|
# Derives
|
|
#derive_more = "0.99"
|
|
thiserror = "1.0"
|
|
#ref-cast = "1.0"
|
|
|
|
[dev-dependencies]
|
|
|
|
itertools = "0.9"
|