# 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 = "jocker" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Run your monorepo binaries locally with ease ! """ readme = "README.md" license = "MIT" repository = "https://gitlab.com/wykiki/jocker" [[bin]] name = "jocker" path = "src/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.chrono] version = "0.4.38" features = ["std"] [dependencies.dotenvy] version = "0.15.7" [dependencies.fork] version = "0.2.0" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.notify] version = "6.1.1" [dependencies.once_cell] version = "1.19.0" [dependencies.ratatui] version = "0.28.0" [dependencies.regex] version = "1.10.6" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "chrono", "serde_json", ] [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.204" features = ["rc"] [dependencies.serde_json] version = "1.0.120" [dependencies.serde_yml] version = "0.0.11" [dependencies.sha2] version = "0.10.8" [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1.0.62" [dependencies.tokio] version = "1.39.2" features = [ "full", "rt", ] [dependencies.toml] version = "0.8.14" [dependencies.url] version = "2.5.2" features = ["serde"]