[package]
name = "foo"
version = "0.1.0"
- authors = []
+ authors = ["wycats@example.com"]
+ categories = ["database"]
+ keywords = ["database"]
+ readme = "README.md"
+ repository = "https://github.com/rust-lang/cargo"
[package.metadata.bar]
baz = "quux"
{
"packages": [
{
- "authors": [],
- "categories": [],
+ "authors": ["wycats@example.com"],
+ "categories": ["database"],
"name": "foo",
- "readme": null,
- "repository": null,
+ "readme": "README.md",
+ "repository": "https://github.com/rust-lang/cargo",
"version": "0.1.0",
"id": "foo[..]",
- "keywords": [],
+ "keywords": ["database"],
"source": null,
"dependencies": [],
"license": null,