# 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 = "ruxio-common" version = "0.1.0" description = "native file cache library" license = "Apache-2.0" repository = "https://github.com/jja725/ruxio" [lib] name = "ruxio_common" crate-type = ["lib"] path = "src/common_lib.rs" [dependencies.anyhow] version = "1" [dependencies.bytes] version = "1" [dependencies.config] version = "0.13.1" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.hostname] version = "0.3" [dependencies.humantime] version = "2.1.0" [dependencies.lazy_static] version = "1.4" [dependencies.local-ip-address] version = "0.5.3" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13.3" features = [ "process", "push", ] [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_derive] version = "1.0.202" [dependencies.tokio] version = "1" features = ["full"]