2018-12-30 03:17:09 +01:00
|
|
|
|
2020-06-10 04:07:43 +02:00
|
|
|
[profile.release]
|
|
|
|
debug = true
|
2021-04-14 01:56:40 +02:00
|
|
|
lto = "thin"
|
2020-06-10 04:07:43 +02:00
|
|
|
|
2019-09-04 03:06:37 +02:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_client",
|
2022-07-11 10:16:41 +02:00
|
|
|
"kanidm_proto",
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_tools",
|
|
|
|
"kanidm_unix_int",
|
|
|
|
"kanidm_unix_int/nss_kanidm",
|
|
|
|
"kanidm_unix_int/pam_kanidm",
|
2022-07-11 10:16:41 +02:00
|
|
|
"kanidmd_web_ui",
|
|
|
|
"kanidmd/daemon",
|
|
|
|
"kanidmd/idm",
|
|
|
|
"kanidmd/score",
|
2021-05-06 13:15:12 +02:00
|
|
|
"orca",
|
2022-02-20 03:43:38 +01:00
|
|
|
"profiles",
|
2022-08-09 05:07:06 +02:00
|
|
|
"sketching",
|
2020-02-29 05:02:14 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
exclude = [
|
2020-04-10 07:50:45 +02:00
|
|
|
"kanidm_unix_int/pam_tester"
|
2019-09-04 03:06:37 +02:00
|
|
|
]
|
2018-09-29 09:54:16 +02:00
|
|
|
|
2021-03-13 03:33:15 +01:00
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
# concread = { path = "../concread" }
|
2022-03-28 02:17:23 +02:00
|
|
|
# concread = { git = "https://github.com/kanidm/concread.git" }
|
|
|
|
|
2021-03-13 03:33:15 +01:00
|
|
|
# idlset = { path = "../idlset" }
|
2022-03-28 02:17:23 +02:00
|
|
|
|
2021-03-13 03:33:15 +01:00
|
|
|
# ldap3_server = { path = "../ldap3_server" }
|
2022-03-28 02:17:23 +02:00
|
|
|
|
2022-07-30 14:10:24 +02:00
|
|
|
# webauthn-rs = { path = "../webauthn-rs/webauthn-rs" }
|
|
|
|
# webauthn-rs-core = { path = "../webauthn-rs/webauthn-rs-core" }
|
|
|
|
# webauthn-rs-proto = { path = "../webauthn-rs/webauthn-rs-proto" }
|
|
|
|
# webauthn-authenticator-rs = { path = "../webauthn-rs/webauthn-authenticator-rs" }
|
2021-10-20 06:42:43 +02:00
|
|
|
|
2021-11-21 07:41:49 +01:00
|
|
|
# compact_jwt = { path = "../compact_jwt" }
|
2022-03-17 02:29:38 +01:00
|
|
|
# compact_jwt = { git = "https://github.com/kanidm/compact-jwt.git" }
|
2022-03-14 08:29:04 +01:00
|
|
|
|
2022-08-01 07:52:01 +02:00
|
|
|
|
|
|
|
# enshrinken the WASMs
|
|
|
|
[profile.release.package.kanidmd_web_ui]
|
|
|
|
# optimization over all codebase ( better optimization, slower build )
|
|
|
|
codegen-units = 1
|
|
|
|
# optimization for size ( more aggressive )
|
|
|
|
opt-level = 'z'
|
|
|
|
# optimization for size
|
|
|
|
# opt-level = 's'
|
|
|
|
# link time optimization using using whole-program analysis
|
|
|
|
# lto = true
|