# 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 = "oso" version = "0.27.3" authors = ["Oso Security, Inc. "] description = "oso is an open source policy engine for authorization that’s embedded in your application" homepage = "https://www.osohq.com/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/osohq/oso" resolver = "1" [lib] bench = false [[bin]] name = "oso" path = "src/repl.rs" required-features = ["cli"] [[example]] name = "blog" path = "examples/blog.rs" required-features = ["anyhow"] [[bench]] name = "bench" harness = false [dependencies.anyhow] version = "1.0.44" optional = true [dependencies.clap] version = "3.1.18" optional = true [dependencies.impl-trait-for-tuples] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.maplit] version = "1.0.2" [dependencies.oso-derive] version = "=0.27.3" optional = true [dependencies.polar-core] version = "=0.27.3" [dependencies.rustyline] version = "9.0.0" optional = true [dependencies.rustyline-derive] version = "0.5.0" optional = true [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.29" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.1" features = ["fmt"] optional = true default-features = false [dependencies.uuid-06] version = "0.6.5" optional = true package = "uuid" [dependencies.uuid-07] version = ">=0.7.0, <0.9.0" optional = true package = "uuid" [dependencies.uuid-10] version = ">=1.0.0, <2.0.0" optional = true package = "uuid" [dev-dependencies.anyhow] version = "1.0.44" [dev-dependencies.criterion] version = "0.3.5" default-features = false [dev-dependencies.oso-derive] version = "=0.27.3" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.tracing-subscriber] version = "0.3.1" features = ["fmt"] default-features = false [features] cli = [ "rustyline", "rustyline-derive", "anyhow", "clap", "tracing-subscriber", ] default = ["derive"] derive = ["oso-derive"]