# 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" rust-version = "1.80" name = "iof" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Read from and write data to console or file in simple formats." readme = "README.md" keywords = [ "input", "oj", "stream", "formatted", ] categories = [ "value-formatting", "command-line-interface", "mathematics", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/TheVeryDarkness/iof" [lib] name = "iof" path = "src/lib.rs" [[example]] name = "benchmark_integers" path = "examples/benchmark_integers.rs" [[example]] name = "doc_fn_read" path = "examples/doc_fn_read.rs" [[example]] name = "doc_get_line" path = "examples/doc_get_line.rs" [[example]] name = "doc_get_line_some" path = "examples/doc_get_line_some.rs" [[example]] name = "doc_macro_read" path = "examples/doc_macro_read.rs" [[example]] name = "doc_macro_show" path = "examples/doc_macro_show.rs" [[example]] name = "doc_read" path = "examples/doc_read.rs" [[example]] name = "doc_show" path = "examples/doc_show.rs" [[example]] name = "dot_product" path = "examples/dot_product.rs" [[example]] name = "macros" path = "examples/macros.rs" [[example]] name = "mat" path = "examples/mat.rs" [[example]] name = "string_reverse" path = "examples/string_reverse.rs" [[test]] name = "array" path = "tests/array.rs" [[test]] name = "buffer" path = "tests/buffer.rs" [[test]] name = "char" path = "tests/char.rs" [[test]] name = "hash_set" path = "tests/hash_set.rs" [[test]] name = "ill_buffer" path = "tests/ill_buffer.rs" [[test]] name = "ill_data" path = "tests/ill_data.rs" [[test]] name = "impl_by_macro" path = "tests/impl_by_macro.rs" [[test]] name = "integers" path = "tests/integers.rs" [[test]] name = "mat" path = "tests/mat.rs" [[test]] name = "sep_by" path = "tests/sep_by.rs" [[test]] name = "slice" path = "tests/slice.rs" [[test]] name = "sorted_vec" path = "tests/sorted_vec.rs" [[test]] name = "stdin" path = "tests/stdin.rs" [[test]] name = "stdin_lock" path = "tests/stdin_lock.rs" [[test]] name = "stdout" path = "tests/stdout.rs" [[test]] name = "string" path = "tests/string.rs" [[test]] name = "test_bin" path = "tests/test_bin.rs" [[test]] name = "tuple" path = "tests/tuple.rs" [[test]] name = "vec" path = "tests/vec.rs" [[bench]] name = "read" path = "benches/read.rs" harness = false [[bench]] name = "show" path = "benches/show.rs" harness = false [dependencies] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.ntest] version = "0.9.3" [features] default = []