# 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 = "pnwkit-core" version = "0.1.0-alpha.15" description = "The core library for developing bindings for pnwkit." license = "MIT" repository = "https://github.com/mrvillage/pnwkit" resolver = "1" [[bench]] name = "pnwkit" harness = false [dependencies.async-trait] version = "0.1" [dependencies.bigdecimal] version = "0.3" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.dashmap] version = "5.3" features = ["serde"] [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7" optional = true [dependencies.time] version = "0.3" features = ["parsing"] optional = true [dependencies.tokio] version = "1.20" features = [ "sync", "time", ] optional = true [dependencies.uuid] version = "1.1" optional = true [dev-dependencies.criterion] version = "0.4.0" [features] async = ["dep:tokio"] default = [ "async", "sync", "subscriptions", ] subscriptions = [ "dep:tokio", "dep:serde_urlencoded", ] sync = []