mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-28 23:27:19 +01:00
38 lines
1.1 KiB
YAML
38 lines
1.1 KiB
YAML
api:
|
|
blacklist:
|
|
# All of these require Box<> support in serde
|
|
# See https://github.com/erickt/rust-serde/issues/45
|
|
- civicinfo
|
|
- discovery
|
|
- gan
|
|
- plus
|
|
# Contains values shared among all API implementations
|
|
directories:
|
|
# directory under which all generated sources should reside
|
|
output: gen
|
|
# how to get from `output` back to common library
|
|
common: ..
|
|
# where are all the API meta files
|
|
api_base: etc/api
|
|
# all mako source files
|
|
mako_src: src/mako
|
|
# The subdirectory to contain documentation from all APIs and related programs
|
|
doc_subdir: doc
|
|
cargo:
|
|
repo_base_url: https://github.com/Byron/google-apis-rs
|
|
doc_base_url: http://byron.github.io/google-apis-rs
|
|
authors:
|
|
# don't forget to possibly add them to copyright authors
|
|
- Sebastian Thiel <byronimo@gmail>
|
|
keywords: [google]
|
|
# All APIs should live in the same repository
|
|
repository_url: https://github.com/Byron/google-apis-rs
|
|
urls:
|
|
authenticator_delegate: ../yup-oauth2/trait.AuthenticatorDelegate.html
|
|
copyright:
|
|
license_abbrev: "MIT"
|
|
# should at some point be 2015-2016 ...
|
|
years: '2015'
|
|
authors:
|
|
- 'Sebastian Thiel'
|