# 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 = "csd-rs" version = "0.1.1" authors = ["Wai-Shing Luk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Canonical Signed Digit Conversion in Rust" homepage = "https://luk036.github.io/csd-rs/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/luk036/csd-rs" [lib] name = "csd" path = "src/lib.rs" [[bin]] name = "csd-rs" path = "src/main.rs" [[bench]] name = "my_benchmark" path = "benches/my_benchmark.rs" harness = false [dependencies.argparse] version = "0.2.2" [dependencies.log] version = "0.4.22" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1"