Lines Matching refs:json
42 Crate int `json:"crate"`
43 Name string `json:"name"`
47 DisplayName string `json:"display_name"`
48 RootModule string `json:"root_module"`
49 Edition string `json:"edition,omitempty"`
50 Deps []rustProjectDep `json:"deps"`
51 Cfg []string `json:"cfg"`
52 Env map[string]string `json:"env"`
53 ProcMacro bool `json:"is_proc_macro"`
57 Crates []rustProjectCrate `json:"crates"`
213 buf, err := json.MarshalIndent(project, "", " ")