# 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 = "openfga-rs" version = "0.1.0" authors = [ "Liam Woodleigh-Hardinge", "liam.woodleigh@gmail.com", ] include = [ "/src", "**/**.rs", "LICENSE-APACHE", "LICENSE-MIT", "README.md", "!tmp/**", "/proto/**", ] description = "Rust SDK for the OpenFGA" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/liamwh/openfga-rs.git" resolver = "2" [dependencies.prost] version = "~0.12" features = [ "std", "prost-derive", ] [dependencies.prost-types] version = "~0.12" [dependencies.prost-wkt] version = "~0.5" [dependencies.prost-wkt-types] version = "~0.5" [dependencies.serde] version = "~1.0" features = ["derive"] [dependencies.tonic] version = "~0.11" features = ["tls"] [build-dependencies.prost-build] version = "~0.12" [build-dependencies.prost-wkt-build] version = "~0.5" [build-dependencies.tonic-build] version = "~0.11"