# 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 = "ogk" version = "2.2.1" authors = ["hoony "] description = "cli tool for open.go.kr" homepage = "https://githb.com/opengirok/ogk" documentation = "https://githb.com/opengirok/ogk" readme = "README.md" license-file = "LICENSE" repository = "https://githb.com/opengirok/ogk" [[bin]] name = "ogk" path = "src/main.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.base64] version = "0.22.1" [dependencies.bcrypt] version = "0.15.1" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.csv] version = "1.1.6" [dependencies.dirs] version = "5.0.1" [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.18.3" [dependencies.indicatif] version = "0.17.8" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "cookies", "gzip", "json", ] [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.2.0" features = ["full"] [dependencies.toml] version = "0.8.12"