# 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 = "actson" version = "1.1.0" authors = ["Michel Kraemer "] exclude = [ "tests/json_test_suite", "!tests/json_test_suite/test_parsing", ] description = "A reactive (or non-blocking, or asynchronous) JSON parser" readme = "README.md" keywords = [ "json", "parser", "parsing", "deserialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT" repository = "https://github.com/michel-kraemer/actson-rs" [[bench]] name = "bench" harness = false [dependencies.btoi] version = "0.4.3" [dependencies.num-traits] version = "0.2.19" [dependencies.serde_json] version = "1.0.120" features = ["float_roundtrip"] optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.1" features = [ "io-util", "rt-multi-thread", ] optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.dtoa] version = "1.0.9" [dev-dependencies.serde_json] version = "1.0.120" features = ["float_roundtrip"] [dev-dependencies.tokio] version = "1.39.1" features = [ "fs", "macros", "rt-multi-thread", ] [features] default = [] serde_json = ["dep:serde_json"] tokio = ["dep:tokio"]