# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "xbf_rs" version = "0.1.0" authors = ["David Krauthamer "] description = "The reference implementation for the XBF format." homepage = "https://github.com/XtensibleBinaryFormat/XBF/tree/main" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/XtensibleBinaryFormat/XBF/tree/main" [dependencies.byteorder] version = "1.4.3" [dependencies.indexmap] version = "2.0.0" [dev-dependencies.anyhow] version = "1.0.72" [dev-dependencies.ciborium] version = "0.2.1" [dev-dependencies.csv] version = "1.2.2" [dev-dependencies.quick-xml] version = "0.30.0" features = ["serialize"] [dev-dependencies.reqwest] version = "0.11.18" [dev-dependencies.rmp-serde] version = "1.1.2" [dev-dependencies.serde] version = "1.0.183" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.104" [dev-dependencies.tokio] version = "1.29.1" features = ["full"] [features] default = ["xbf_threadsafe"] xbf_threadsafe = []