# 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 = "2018" name = "jerbs" version = "0.2.0" authors = ["Kaz Wesley "] exclude = [".gitignore"] description = "Command-line work-stealing scheduler." categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/kazcw/jerbs" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.clap] version = "2.33" [dependencies.rusqlite] version = "0.26" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tabled] version = "0.3" [dependencies.time] version = "0.3" features = ["formatting", "local-offset"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.tempfile] version = "3.2" [features] default = ["rusqlite/bundled"]