@@ -35,28 +35,20 @@ thiserror = "2"
3535strum = " 0.26"
3636strum_macros = " 0.26"
3737itertools = " 0.13.0"
38- serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
39-
4038map_3d = " 0.1.5"
39+ serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
4140
4241hifitime = " 4.0"
4342anise = { version = " 0.5.3" , features = [" embed_ephem" ] }
44- gnss-rs = { version = " 2.3.1" , features = [" serde" ] }
45-
46- gnss-qc-traits = { version = " 0.0.2" , features = [" processing" ] }
47- # gnss-qc-traits = { path = "../traits", version = "=0.0.1", features = ["processing"] }
43+ gnss-rs = { version = " 2.3.3" , features = [" serde" ] }
44+ gnss-qc-traits = { version = " 0.1.0" , features = [" processing" ] }
4845
4946maud = " 0.26"
50-
5147plotly = " 0.9"
52- # plotly = { path = "../../plotly-rs/plotly" }
53- # plotly = { git = "https://github.com/gwbres/plotly", branch = "scattergeo"}
5448
55- # RINEX lib
56- rinex = { git = " https://github.com/georust/rinex" , branch = " rinex-backend" , features = [" full" ] }
49+ rinex = { git = " https://github.com/georust/rinex" , branch = " main" , features = [" qc" , " processing" , " obs" , " clock" , " nav" , " ionex" , " serde" ] }
5750
58- # SP3 lib
59- sp3 = { git = " https://github.com/georust/rinex" , branch = " rinex-backend" , features = [" qc" , " processing" , " serde" ], optional = true }
51+ sp3 = { git = " https://github.com/georust/rinex" , branch = " main" , features = [" qc" , " processing" , " serde" ], optional = true }
6052
6153[dev-dependencies ]
6254serde_json = " 1"
0 commit comments