Lines Matching defs:Crate
80 pub struct Crate { struct
84 pub types: Vec<CrateType>, argument
85 pub target: Option<String>, // --target
86 pub features: Vec<String>, // --cfg feature=
87 pub cfgs: Vec<String>, // non-feature --cfg
88 pub externs: Vec<Extern>,
89 pub codegens: Vec<String>, // -C
90 pub cap_lints: String,
91 pub static_libs: Vec<String>,
92 pub shared_libs: Vec<String>,
93 pub edition: String,
94 pub package_dir: PathBuf, // canonicalized
95 pub main_src: PathBuf, // relative to package_dir
96 pub license: Option<String>,
97 pub license_file: Option<String>,
99 pub empty_test: bool,