# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fluminurs" version = "1.1.8" authors = ["Julius Putra Tanu Setiaji "] description = "A client in Rust to access the reverse-engineered LumiNUS API" readme = "README.md" license = "MIT" repository = "http://github.com/indocomsoft/fluminurs" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.ammonia] version = "3.1.0" [dependencies.bitflags] version = "1.2.1" [dependencies.chrono] version = "0.4.15" [dependencies.clap] version = "2.33.3" [dependencies.futures-util] version = "0.3" [dependencies.htmlescape] version = "0.3.1" [dependencies.rand] version = "0.7.3" [dependencies.reqwest] version = "0.10.8" features = ["cookies", "json"] [dependencies.rpassword] version = "5.0.0" [dependencies.sanitize-filename] version = "0.3.0" [dependencies.serde] version = "1.0.117" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_urlencoded] version = "0.7" [dependencies.tokio] version = "0.3.1" features = ["full"]