this repo has no description
1pub use tranquil_scopes::{
2 AccountAction, AccountAttr, AccountScope, BlobScope, IdentityAttr, IdentityScope, IncludeScope,
3 ParsedScope, RepoAction, RepoScope, RpcScope, SCOPE_DEFINITIONS, ScopeCategory,
4 ScopeDefinition, ScopeError, ScopePermissions, expand_include_scopes, format_scope_for_display,
5 get_required_scopes, get_scope_definition, is_valid_scope, parse_scope, parse_scope_string,
6};