# 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 = "milkbox" version = "0.0.14" description = "A collections of daily utils." license = "MIT" [[bin]] name = "pyformat" [[bin]] name = "pyright-venv" [[bin]] name = "url-parse" [[bin]] name = "rust-playground" [dependencies.chrono] version = "0.4.26" [dependencies.dirs] version = "5.0.1" [dependencies.eyre] version = "0.6.8" [dependencies.raindrop] version = "0.1.0" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = [ "macros", "rt-multi-thread", ]