# 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 = "skedge" version = "0.3.0" authors = ["Ben Lovy "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic single-process job scheduling for Rust programs." homepage = "https://crates.io/crates/skedge" documentation = "https://docs.rs/skedge" readme = "README.md" keywords = [ "utility", "scheduling", ] license = "MIT" repository = "https://github.com/deciduously/skedge" [profile.release] lto = true strip = true [lib] name = "skedge" crate-type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "readme" path = "examples/readme.rs" [dependencies.jiff] version = "0.1" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.5" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" [dev-dependencies.pretty_assertions] version = "1" [features] default = [] ffi = []