# 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.75" name = "signals_receipts" version = "0.2.1" authors = ["Derick Eddington"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple exfiltration of the receipt of POSIX signals." readme = "README.md" keywords = [ "signals", "posix", "unix", "no_std", ] categories = [ "concurrency", "os::unix-apis", "no-std::no-alloc", ] license = "Unlicense" repository = "https://app.radicle.xyz/nodes/ash.radicle.garden/rad:zEuRtz1NEa1AAcsDpE7NowDo3m6j" [package.metadata.docs.rs] all-features = true default-target = "x86_64-unknown-linux-gnu" targets = [ "x86_64-apple-darwin", "x86_64-unknown-freebsd", "x86_64-unknown-illumos", "x86_64-unknown-linux-musl", "x86_64-unknown-netbsd", "x86_64-unknown-openbsd", ] [lib] name = "signals_receipts" path = "src/lib.rs" [[example]] name = "child_reset_mask" path = "examples/child_reset_mask.rs" [[example]] name = "dedicated_thread" path = "examples/dedicated_thread.rs" required-features = ["premade"] [[example]] name = "exercise" path = "examples/exercise.rs" required-features = ["premade"] [[example]] name = "minimal" path = "examples/minimal.rs" required-features = ["premade"] [[test]] name = "channel_notify_facility" path = "tests/channel_notify_facility.rs" required-features = ["channel_notify_facility"] [[test]] name = "finish" path = "tests/finish.rs" required-features = ["premade"] [[test]] name = "reset" path = "tests/reset.rs" required-features = ["premade"] [[test]] name = "usage" path = "tests/usage.rs" required-features = ["premade"] [[test]] name = "weird" path = "tests/weird.rs" required-features = ["premade"] [dependencies.cfg-if] version = "1.0.0" [dependencies.errno] version = "0.3.8" default-features = false [dependencies.libc] version = "0.2.155" default-features = false [features] channel_notify_facility = ["premade"] default = ["premade"] premade = [] [target.'cfg(not(target_os = "macos"))'.dependencies.sem_safe] version = "0.2.0" features = [ "unnamed", "plaster", ] default-features = false [target.'cfg(target_os = "macos")'.dependencies.sem_safe] version = "0.2.0" features = [ "anonymous", "plaster", ] default-features = false [lints.clippy] absolute_paths = "allow" blanket_clippy_restriction_lints = "allow" default_numeric_fallback = "allow" deref_by_slicing = "allow" disallowed_script_idents = "allow" impl_trait_in_params = "allow" implicit_return = "allow" integer_division_remainder_used = "allow" min_ident_chars = "allow" missing_docs_in_private_items = "allow" missing_trait_methods = "allow" module_name_repetitions = "allow" non_ascii_literal = "allow" pattern_type_mismatch = "allow" pub_use = "allow" pub_with_shorthand = "allow" question_mark_used = "allow" redundant_else = "allow" self_named_module_files = "allow" semicolon_outside_block = "allow" separated_literal_suffix = "allow" shadow_reuse = "allow" shadow_same = "allow" single_call_fn = "allow" single_char_lifetime_names = "allow" [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.clippy.restriction] level = "warn" priority = -1 [lints.rust] let_underscore_drop = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" redundant_lifetimes = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unit_bindings = "warn" unnameable_types = "warn" unreachable_pub = "warn" unsafe_code = "deny" unstable_features = "forbid" unused_crate_dependencies = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" variant_size_differences = "warn" [lints.rust.future_incompatible] level = "warn" priority = -1 [lints.rust.nonstandard_style] level = "warn" priority = -1 [lints.rust.rust_2018_compatibility] level = "warn" priority = -1 [lints.rust.rust_2018_idioms] level = "warn" priority = -1 [lints.rust.rust_2021_compatibility] level = "warn" priority = -1 [lints.rust.unused] level = "warn" priority = -1 [lints.rustdoc] private_doc_tests = "warn"