Skip to content

Commit

Permalink
reformat Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Jun 24, 2024
1 parent cae70c6 commit a321db3
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,25 @@ license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/strawlab/cam-geom"
keywords = ["computer", "vision", "photogrammetry"]
categories = ["algorithms", "computer-vision", "no-std", "science", "science::robotics"]
categories = [
"algorithms",
"computer-vision",
"no-std",
"science",
"science::robotics",
]

[dependencies]
nalgebra = {version="0.33", default-features=false, features=["libm","alloc"]}
approx = {version="0.5", default-features=false}
num-iter = {version="0.1.40", default-features=false, optional=true}
itertools = {version="0.12", default-features=false}
serde = {version="1.0", default-features=false, features=["derive"], optional=true}
nalgebra = { version = "0.33", default-features = false, features = [
"libm",
"alloc",
] }
approx = { version = "0.5", default-features = false }
num-iter = { version = "0.1.40", default-features = false, optional = true }
itertools = { version = "0.12", default-features = false }
serde = { version = "1.0", default-features = false, features = [
"derive",
], optional = true }

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit a321db3

Please sign in to comment.