# 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 = "pptr" version = "0.3.0" authors = ["Rafał Krzyważnia "] description = "Type-Driven Asynchronous Actor Runtime" readme = "README.md" license = "Unlicense" repository = "https://github.com/ribelo/pptr" [dependencies.anyhow] version = "1.0" [dependencies.async-recursion] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.atomic-take] version = "1.1.0" [dependencies.indexmap] version = "2.1" [dependencies.num_cpus] version = "1.16.0" [dependencies.rustc-hash] version = "1.1" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.3" features = ["full"] [dependencies.tokio-util] version = "0.7.10" [dependencies.tracing] version = "0.1" [dev-dependencies.actix] version = "0.13.1" [dev-dependencies.coerce] version = "0.8.10" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.crossbeam] version = "0.8.2" features = ["crossbeam-channel"] [dev-dependencies.parking_lot] version = "0.12.1" [dev-dependencies.ractor] version = "0.9" [dev-dependencies.vin] version = "9.1" [lints.clippy] clone_on_ref_ptr = "warn" dbg_macro = "warn" doc_markdown = "allow" empty_drop = "warn" empty_structs_with_brackets = "warn" exit = "warn" filetype_is_file = "warn" get_unwrap = "warn" impl_trait_in_params = "warn" missing_const_for_fn = "allow" missing_errors_doc = "allow" missing_panics_doc = "allow" module_name_repetitions = "allow" rc_buffer = "warn" rc_mutex = "warn" rest_pat_in_fully_bound_structs = "warn" self_named_module_files = "warn" struct_excessive_bools = "allow" todo = "warn" too_many_lines = "allow" undocumented_unsafe_blocks = "warn" unimplemented = "warn" unnecessary_safety_comment = "warn" [lints.clippy.all] level = "warn" priority = -2 [lints.clippy.pedantic] level = "warn" priority = -1