# 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 = "libecc" version = "0.2.2" authors = ["Jun Kurihara"] description = "Library of Error-Correcting Codes for GD" homepage = "https://github.com/junkurihara/rust-gd" license = "MIT" repository = "https://github.com/junkurihara/rust-gd" resolver = "2" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" incremental = false [dependencies.anyhow] version = "1.0.57" [dependencies.bitvec] version = "1.0.0" [dependencies.futures] version = "0.3.21" [dependencies.phf] version = "0.10.1" features = ["macros"] [dependencies.tokio] version = "1.18.2" features = [ "rt", "macros", "rt-multi-thread", ] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.18.2" features = [ "rt", "macros", "rt-multi-thread", "time", ]