Type Alias TomlExampleTarget
Source pub type TomlExampleTarget = TomlTarget;
pub struct TomlExampleTarget {Show 15 fields
pub name: Option<String>,
pub crate_type: Option<Vec<String>>,
pub crate_type2: Option<Vec<String>>,
pub path: Option<PathValue>,
pub filename: Option<String>,
pub test: Option<bool>,
pub doctest: Option<bool>,
pub bench: Option<bool>,
pub doc: Option<bool>,
pub doc_scrape_examples: Option<bool>,
pub proc_macro: Option<bool>,
pub proc_macro2: Option<bool>,
pub harness: Option<bool>,
pub required_features: Option<Vec<String>>,
pub edition: Option<String>,
}