# 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 = "bdflib" version = "0.4.4" authors = ["trivernis "] description = "A library to parse bdf files." homepage = "https://github.com/parallel-programming-hwr/bdflib-rs" readme = "README.md" license-file = "LICENSE" [lib] name = "bdf" crate-type = ["lib"] [dependencies.byteorder] version = "1.3.4" [dependencies.crc] version = "1.8.1" [dependencies.crossbeam-channel] version = "0.4.2" [dependencies.crossbeam-utils] version = "0.7.2" [dependencies.num_cpus] version = "1.12.0" [dependencies.xz2] version = "0.1.6"