capbac 0.3.0

Reference implementation for Capability-based Access Control model
Documentation
# 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 = "capbac"
version = "0.3.0"
authors = ["prepor <ceo@prepor.ru>", "DeLaGuardo <delaguardo@gmail.com>"]
description = "Reference implementation for Capability-based Access Control model"
homepage = "http://capbac.org"
documentation = "https://docs.rs/capbac"
readme = "README.md"
keywords = ["security", "capbac"]
license = "MIT"
repository = "https://github.com/xapix-io/capbac"

[lib]
crate-type = ["cdylib", "rlib"]
[dependencies.openssl]
version = "0.10.30"

[dependencies.protobuf]
version = "2.16.2"

[dependencies.sha2]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.1"