# 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 = "2018" name = "confium" version = "0.1.2" authors = ["Ribose Open "] description = "Open-source distributed trust store framework" homepage = "https://www.confium.org/" categories = [ "authentication", "cryptography", ] license = "BSD-2-Clause" repository = "https://github.com/confium/confium" [package.metadata.nix] app = true build = true [lib] crate-type = ["cdylib"] [dependencies.libloading] version = "0.7" [dependencies.slog] version = "2.5" [dependencies.slog-async] version = "2.5" [dependencies.slog-stdlog] version = "4.1" [dependencies.slog-term] version = "2.6" [dependencies.snafu] version = "0.6"